-
Notifications
You must be signed in to change notification settings - Fork 294
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
Disable Shortcuts Temporarily #223
Comments
Also, I don't think that F12 is a good default keybinding for sidebar. It is a very useful shortcut, but hard to use on F12. |
@alex285 I have added some new code that checks if a shortcut is assigned elsewhere and gives you the option to disable the other shortcut and assign it to the action or do nothing. That should take care of 1 and 2, however I could not reproduce 3 and 4 after the fix. Please test and re-open this issue if you are still having issues. |
@gnunn1 Awesome! You fixed all 4! So two more!
Basically on second you need to relayout the whole shortcut section (thus the preferences window) to provide an option to disable a shortcut but without losing its keybind, so I'll open another issue for it. Another smaller issue is that Terminix lets you add S/C like "Enter" which is basically wrong. |
In terms of preventing shortcuts like the Enter key, no plans to do that because with all the different types of keyboards out there plus accessibility requirements (i.e. someone with Parkinson's re-mapping keys in a weird way to compensate for shaking) I think this is just more trouble then it's worth. |
Looks like 1 is a bug with GTK, opened a bug report here: |
No. I'm looking for disabling keys separately but without losing their values. Like a simple checkbox/switch or a link (enable/disable) next to a key. It is a common concept in games for easily re-programming your shortcuts, where you can also get alternative keybindings. Something that KDE also does for example. The benefit is that when you re-programming your keys, and you want to change them, you shouldn't go one by one and set the values back. It is something that makes people not bothered changing S/C in casual apps, when they do change S/C in games, because there is more sophisticated design there. Another example is what dconf-editor 320 does with keys. You can restore a default key, but without lose your custom value. Even if the design there is a bit weird. |
And what about fully disabling shortcuts? On gnome-terminal there is a check box to fully disable all shortcut (it still keeps the values, it just makes it useless until you uncheck the box). I can't use Terminix with all those shortcuts that gets on my way; i'm waiting for it to be disableable. |
I've added the ability to disable the shortcuts globally, I don't think I'm going to take this any further at this point hence closing the issue. |
I'm actually gonna leave four bugs here.
I changed "View Sidebar" shortcut to previous key binding (Ctrl+S) that is now used on "Save"
The text was updated successfully, but these errors were encountered: