diff --git a/Help/keyboard.html b/Help/keyboard.html index a04a9a0e..7b88e7b0 100644 --- a/Help/keyboard.html +++ b/Help/keyboard.html @@ -11,11 +11,11 @@
File handling
- Ctrl-O + Ctrl + O Show file open dialog - Ctrl-S + Ctrl + S Save detections to the records archive. @@ -24,112 +24,116 @@
Analysis
- Ctrl-A + Ctrl + A Analyse the current file. - Shift-Ctrl-A + Shift + Ctrl + A Analyse all open files. - Esc + Esc Stop analysis + + Ctrl + Tab + Toggle between exploring the archive and the latest analysis results. This allows you to compare current detections with those you've previously recorded. +
Transport Controls
- SpaceBar + SpaceBar Toggle Play/Pause the audio - P + P Play the selected region. Only active if a region has been selected. - Ctrl-C + Ctrl + C Centre the spectrogram at the current playhead position. - Ctrl-G + Ctrl + G Go to position in file - Home (Fn + ArrowLeft) + Home or
Fn + ArrowLeft Move the playhead to the beginning of the file - End (Fn + ArrowLeft) + End or
Fn + ArrowRight Move the playhead to the end of the file - PgUp (Fn + ArrowUp) + PgUp or
Fn + ArrowUp Move the playhead back by a screen width - PgDn (Fn + ArrowDown) + PgDn or
Fn + Move the playhead forward by a screen width - Left arrow (←) + Left arrow (←) Move the playhead forward. - Right arrow (→) + Right arrow (→) Move the playhead backward. - Tab or Down Arrow (↓) + Tab or
Down Arrow (↓) Skip to the next detection - Shift Tab or Up Arrow (↑) + Shift + Tab or
Up Arrow (↑) Skip back to the previous detection
Spectrogram
- Plus (+) + + Zoom in on the spectrogram. When zooming, Chirpity automatically adjusts the short-time Fourier transform (STFT) window size to optimize the spectral resolution - Minus (-) + - Zoom out the spectrogram. When zooming, Chirpity automatically adjusts the STFT window size to optimize the spectral resolution - Ctrl Plus (+) + Ctrl + + or F5 Manually reduce the spectrogram window size. Adjusting the window size has the effect of sharpening / blurring the calls in the spectrogram. - Ctrl Minus (-) + Ctrl + - or F4 Manually increase the spectrogram window size - Ctrl-T + Ctrl + T Toggle between Timecode and Time of Day
Records
- Delete or Backspace + Delete or Backspace Delete current record - Ctrl-Z + Ctrl + Z Restore deleted record(s) - Ctrl-V + Ctrl + V Validate the current active record (confirm the detection) diff --git a/css/style.css b/css/style.css index eadee84e..591650a1 100644 --- a/css/style.css +++ b/css/style.css @@ -141,6 +141,7 @@ div#contentWrapper.loaded { } .zoom { + position: absolute; font-size: calc(32px * var(--font-size-scale));; } @@ -160,7 +161,7 @@ select { .shortcut { color: #666; - font-size: 14px; + font-size: calc(14px * var(--font-size-scale)); vertical-align: -webkit-baseline-middle; } @@ -192,7 +193,7 @@ ul { /* Add some padding */ text-decoration: none; /* Remove default text underline */ - font-size: 14px; + font-size: calc(14px * var(--font-size-scale)); /* Increase the font-size */ color: black; /* Add a black text color */ @@ -409,6 +410,8 @@ footer { border-radius: 5px; z-index: 3; display: none; + opacity: 0; + transition: opacity 1.3s ease; /* Smooth transitions for left and right positions */ } /* ============ desktop view .end// ============ */ @@ -485,7 +488,7 @@ footer { justify-content: center; align-items: center; text-align: center; - font-size: small; + font-size: calc(14px * var(--font-size-scale));; color: white; } @@ -570,7 +573,7 @@ input[type="range"].vertical { } } -#loadingOverlay { +#loading { position: absolute; top: 20vh; } @@ -581,7 +584,7 @@ input[type="range"].vertical { width: calc(20px * var(--font-size-scale)); height: calc(20px * var(--font-size-scale)); border-radius: 50%; - font-size: medium; + font-size: calc(14px * var(--font-size-scale)); background-color: gray; color: white; text-align: center; @@ -702,7 +705,7 @@ input[type="range"].vertical { position: relative; display: flex; justify-content: space-between; - font-size: 16px; + font-size: calc(16px * var(--font-size-scale)); color: #ffffff; } @@ -741,8 +744,8 @@ input[type="range"].vertical { .range_container input[type="number"] { color: #929292; width: 80px; - height: 24px; - font-size: 20px; + height: calc(24px * var(--font-size-scale)); + font-size: calc(20px * var(--font-size-scale)); border: none; } @@ -766,7 +769,7 @@ input[type="range"].vertical { z-index: 1; } - .guano-popover { + .metadata-popover { --bs-popover-max-width: 500px; max-height: 500px; --bs-popover-border-color: var(--bs-primary); @@ -777,12 +780,12 @@ input[type="range"].vertical { overflow: hidden; } - .guano { + .metadata { max-height: 450px; overflow-y: scroll; } - .guano table { + .metadata table { width: 100%; /* Ensure the table takes full width */ table-layout: auto; } \ No newline at end of file diff --git a/index.html b/index.html index d5a5e01d..8a6cbf8a 100644 --- a/index.html +++ b/index.html @@ -753,8 +753,8 @@
Saved Records
-