iswitchw
iswitchw copied to clipboard
Add ability for Ctrl+A to select all typed text
I have ctrl+a, backspace
in my muscle memory to quickly delete all text I've written. This commit adds that capability for the input box. Handles regular a
and modifiers using the existing AddModifierKeys()
function.