diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /400 |
Diffstat (limited to '400')
-rw-r--r-- | 400/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/400/index.md b/400/index.md new file mode 100644 index 0000000..cf0f734 --- /dev/null +++ b/400/index.md @@ -0,0 +1,12 @@ +Title: Make Ctrl+A select all text in input +Author: rodarima +Created: Tue, 20 May 2025 21:33:12 +0000 +State: closed + +Users are not necessarily versed in Emacs shortcuts in text inputs. In particular, Ctrl+A should select all text in the input box as FLTK does. The problem is that we are using Emacs Ctrl+A to move to the beginning of the text, causing the select all to not work: + +https://github.com/dillo-browser/dillo/blob/e8be369aa93f535519d6f63db324571286a8996b/src/ui.cc#L130-L132 + +Using Ctrl+Shift+A can make it reach FTLK and select all text, but is not a documented behavior. + +We can add a new option to enable the Emacs handling, but not sure if this is even used.
\ No newline at end of file |