From d589c05b1741bf699897feef73c35a58592dc876 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 15 Oct 2024 18:59:28 +0200 Subject: Fix documentation typos and trailing whitespace --- src/Fl_Input.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Input.cxx') 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. -- cgit v1.2.3