Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 tasks done
MrPandir opened this issue Apr 5, 2024 · 3 comments
Open
4 tasks done

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

MrPandir opened this issue Apr 5, 2024 · 3 comments
Labels
bug Something isn't working as intended, or works in a confusing/unintuitive way for the user Feature: Hotkeys Issues related to the hotkey system, its ui and ux OS: Mac

Comments

@MrPandir
Copy link

MrPandir commented Apr 5, 2024

Checklist

  • I'm reporting a problem with Chatterino
  • I've verified that I'm running the most recent nightly build or stable release
  • I've looked for my problem on the wiki
  • 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:

Screen.Recording.2024-04-05.at.23.08.31.mov

How it works in Chatterino:

Screen.Recording.2024-04-05.at.23.06.35.mov

OS and Chatterino Version

Chatterino 2.4.5 (commit 05a72d3) built with Qt 6.5.0 Running on macOS 14.4, kernel: 23.4.0

@MrPandir MrPandir added the issue-report An issue reported by a user. label Apr 5, 2024
@pajlada pajlada added bug Something isn't working as intended, or works in a confusing/unintuitive way for the user and removed issue-report An issue reported by a user. labels Apr 5, 2024
@pajlada
Copy link
Member

pajlada commented Apr 5, 2024

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

@Mm2PL
Copy link
Collaborator

Mm2PL commented Apr 5, 2024

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.

@Mm2PL Mm2PL added the Feature: Hotkeys Issues related to the hotkey system, its ui and ux label Apr 5, 2024
@MrPandir
Copy link
Author

MrPandir commented Apr 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended, or works in a confusing/unintuitive way for the user Feature: Hotkeys Issues related to the hotkey system, its ui and ux OS: Mac
Projects
None yet
Development

No branches or pull requests

4 participants