-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Remove Option + Left
and Option + Right
keyboard shortcut on MacOS
#1102
Remove Option + Left
and Option + Right
keyboard shortcut on MacOS
#1102
Conversation
The previous attempt to use Command (Meta) + Left / Right did not work.
1f53fb1
to
efeef6c
Compare
@jstastny could you update |
Sure. Done in d6458c0 |
Thanks @jstastny |
@jstastny you PR causing some issues. Had you tested? or did you miss something while sending the PR? |
That is weird. I have successfully built the app locally and use it from then on. It works as expected -- the keyboard shortcut |
Option + Left
and Option + Right
keyboard shortcut on MacOS
Thinking more about it, this may have broken all the keyboard shortcuts -- because of missing import. I am adding the import in a separate PR. |
No worries, probably related to linux environment. It's fixed anyway! |
I can see you fixed it in c5b6295 -- exactly the same way I was about to fix it. |
Yeah, the same. It's ok, done and dusted. |
Fixes #1101
I first wanted to replace the problematic
Option + Left
withCommand + Left
for history navigation, but it did not work for some reason, so I ended up removing the history navigation shortcuts completely for Mac.