Glass

Glass

73.6k Downloads

Default keyboard functions

RyadaProductions opened this issue ยท 0 comments

commented

Is your feature request related to a problem? Please describe.
The normal chat would listen to keypresses like: CTRL + Left Arrow and Shift + Left Arrow.
And even listens to just pressing the left arrow button.
Glass doesn't listen to these combinations and make it impossible to quickly select text or traverse the typed text without using the mouse.
The shortcuts/keypresses do get handled properly once you hold ALT down but this is so counter intuitive that people wouldn't think of it. i found out by accident

Describe the solution you'd like
Addition of key combinations and listening for arrow keys to make the chat more feature complete.

Describe alternatives you've considered (optional)
I have considered switching back to the default chat because i use those shortcuts a lot during the day and for me they are pretty important.

Additional context (optional)
Keypresses that get ignored:

  • Left arrow key
  • Right arrow key

Combinations i found to not be working:
CTRL + Left Arrow
CTRL + Right Arrow
Shift + Left Arrow
Shift + Right Arrow
CTRL + SHIFT + Left Arrow
CTRL + SHIFT + Right Arrow