diff options
Diffstat (limited to 'src/Fl_Input.cxx')
| -rw-r--r-- | src/Fl_Input.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index a079f8f5a..fd66d8f24 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -328,7 +328,7 @@ int Fl_Input::kf_copy_cut() { handles key combinations for Insert, Enter, and Tab depending on the widget's input_type(). - The method then checks for Ctrl key combinations, such as Ctrl-A, Ctrl-C, + The method then checks for Ctrl key combinations, such as Ctrl-A, Ctrl-C, Ctrl-V, Ctrl-X, and Ctrl-Z, which are commonly used for select all, copy, paste, cut, and undo operations. |
