From 4f67a00d5066c1f3f9e02b82be2fff5978848a2c Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sat, 31 Jul 2021 20:39:10 +0200 Subject: [PATCH] Updated UI Controls (markdown) --- UI-Controls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI-Controls.md b/UI-Controls.md index af47f8e..37af3fb 100644 --- a/UI-Controls.md +++ b/UI-Controls.md @@ -19,7 +19,7 @@ * `Left`: When hovering FFT or Waterfall, move VFO down by its snap interval. If hovering the frequency select or no VFO exists, move the center frequency up by 1/20 of the visible bandwidth. * `Right`: When hovering FFT or Waterfall, move VFO up by its snap interval. If hovering the frequency select or no VFO exists, move the center frequency down by 1/20 of the visible bandwidth. * `Scroll`: When hovering FFT or Waterfall, move VFO up by its snap interval according to scroll amount and direction. If hovering the frequency select or no VFO exists, move the center frequency down by 1/20 of the visible bandwidth depending on scroll amount and direction. -* `Right Click`: If hovering a VFO, select said VFO. If hovering over the sides of a VFO that can have its bandwidth changed manually, select bandwidth edit mode. In this case, the bandwidth of the VFO will be adjusted by dragging the edge. Otherwise move the currently selected VFO to the position of the click. +* `Left Click`: If hovering a VFO, select said VFO. If hovering over the sides of a VFO that can have its bandwidth changed manually, select bandwidth edit mode. In this case, the bandwidth of the VFO will be adjusted by dragging the edge. Otherwise move the currently selected VFO to the position of the click. * `CTRL`: When hovering a VFO, shows detailed information about it. * `Page-Up`: Cycle through VFOs from lowest to highest in frequency * `Page-Down`: Cycle through VFOs from highest to lowest in frequency \ No newline at end of file