lagrange icon indicating copy to clipboard operation
lagrange copied to clipboard

Input field keybindings: Ctrl+A to select all text; also add keys for jump to beginning/end

Open balazsbotond opened this issue 3 years ago • 2 comments

I use Ctrl+A often to select text in input boxes. It doesn't seem to work in Lagrange in either the address bar or the pop-up input windows.

balazsbotond avatar Nov 02 '21 05:11 balazsbotond

Shift+Ctrl+A should work for this in all input fields. The Ctrl+A and Ctrl+E keys currently do an Emacs-style home/end cursor move.

I'll probably add keybindings for the input field keys: jump to beginning, jump to end, and select all, and set the default of select all to Ctrl+A since that seems like a GUI convention at least on Linux.

skyjake avatar Nov 02 '21 06:11 skyjake

Version 1.9 changed the hardcoded input keys so Ctrl+A selects all on PC platforms. Still, wouldn't hurt to have configurable keybindings for the input fields.

skyjake avatar Nov 28 '21 05:11 skyjake