-
Notifications
You must be signed in to change notification settings - Fork 112
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
cant map any key to Alt-tab #80
Comments
This would be due to a commit I had submitted and merged into xkeysnail. I had not expected a keymap quite like this for app switching to be honest. I only expected Shift to be used as a temporary means to reverse a given Alt-Tab remap. Seeing that was a bad assumption to make I will see about not ignoring Shift unless it is the singular modifier being mapped for the action. Additionally the reason for the change was to improve the ability of mapping to Alt-Tab in general, the way it worked before wouldn't have allowed for the Alt-Tab menu to stay present because it was only quickly emitting the keymap versus keeping the modifier key held with the original. Unless the shift modifier worked differently than the others. |
version 0.2
add print to debug:
linux mint 19.3 use Alt-tab to switch window.
map Shift-h to Alt-tab use
K("Shift-h"): K("Alt-tab"),
, not work.The text was updated successfully, but these errors were encountered: