summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-06 17:44:20 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-06 17:44:20 +0200
commit133d8fb96d0a990a9bfac8de5831775e4c856c93 (patch)
tree888696112ac1cc75cc48a7feb0f8e8ba27df4911 /src/Fl_Screen_Driver.cxx
parentcd0f5aec24f50ca2b775805773f4786849a53f8d (diff)
Update comment, sorry for the noise
Diffstat (limited to 'src/Fl_Screen_Driver.cxx')
-rw-r--r--src/Fl_Screen_Driver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Screen_Driver.cxx b/src/Fl_Screen_Driver.cxx
index 9ced2a3fa..05461a2a1 100644
--- a/src/Fl_Screen_Driver.cxx
+++ b/src/Fl_Screen_Driver.cxx
@@ -501,10 +501,10 @@ int Fl_Screen_Driver::scale_handler(int event)
// Example: 0xfe51 ("dead_acute") is sent by the '=' key of the US layout if the
// primary layout is German. This *would* be the correct key value for the German
- // keyboard layout.
+ // keyboard layout but not for the US layout.
// The following statement would work around this for this very special case but
- // this should IMHO not be done. A valid workaround is to make the desired layout
- // the first in the keyboard layout selection list!
+ // this should IMHO not be done. A valid workaround by the user is to make the
+ // *used* layout the first in the keyboard layout selection list!
// else if (Fl::event_key() == 0xfe51) zoom = zoom_in; // dead_acute, see above
}