mixxorz / Glass

An immersive and minimalistic chat UI for World of Warcraft
MIT License
21 stars 18 forks source link

Default keyboard functions #128

Open RyadaProductions opened 4 years ago

RyadaProductions commented 4 years ago

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:

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