Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.02k stars 445 forks source link

Bug: moving the cursor over words doesn't work #5299

Open MrPandir opened 5 months ago

MrPandir commented 5 months ago

Checklist

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

pajlada commented 5 months ago

Not 100% sure this is a bug on our end, will need to test it out

Mm2PL commented 5 months ago

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:

Rebinding focus up and focus down might be a good idea to keep them similar.

MrPandir commented 5 months ago

After redefining the focus left and focus right hotkeys it works as expected