chatterino2
chatterino2 copied to clipboard
Bug: moving the cursor over words doesn't work
Checklist
- [X] I'm reporting a problem with Chatterino
- [X] I've verified that I'm running the most recent nightly build or stable release
- [X] I've looked for my problem on the wiki
- [X] I've searched the issues and pull requests for similar looking reports
Describe your issue
Moving the cursor over words does not work using alt + ←
.
But word selection works correctly using shift + alt + ←
.
Screenshots
How it works in the browser:
https://github.com/Chatterino/chatterino2/assets/137798474/ffa6816c-4907-47cf-b8b0-3c3e27c5ef0f
How it works in Chatterino:
https://github.com/Chatterino/chatterino2/assets/137798474/65c00f5e-bff1-4cac-9ae4-d91d886717fa
OS and Chatterino Version
Chatterino 2.4.5 (commit 05a72d33) built with Qt 6.5.0 Running on macOS 14.4, kernel: 23.4.0
Not 100% sure this is a bug on our end, will need to test it out
This is probably Alt+arrow keys moving focus between splits and macos' keybindings conflicting in the stupidest way possible. I hope we don't need to have defaults be separated per platform because that'll be a documentation nightmare.
Please remove or rebind the following hotkeys in the Split category:
-
focus left
-
focus right
Rebinding focus up
and focus down
might be a good idea to keep them similar.
After redefining the focus left
and focus right
hotkeys it works as expected