-
Notifications
You must be signed in to change notification settings - Fork 14
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
Default config freezes when {Key.CAPSLOCK: [Key.ESC, Key.LEFT_CTRL]}
enabled
#121
Comments
What is your FULL config? It seems like you have more than one |
It is exactly the default Is there any chance that the keyboard be remapped with the options as stated above with CAPS_LOCK = ESC/CTRL_L and ENTER=ENTER/CTRL_R and LEFT_CTRL=ESC and ESC=` etc.? PS: Once it works, I would like to prioritize symbols over numbers (invert |
that isn't valid syntax, you only need one pair of outer multipurpose_modmap("default",
# Enter is enter when pressed and released. Control when held down.
{
Key.ENTER: [Key.ENTER, Key.RIGHT_CTRL],
# Capslock is escape when pressed and released. Control when held down.
Key.CAPSLOCK: [Key.ESC, Key.LEFT_CTRL]
}
# To use this example, you can't remap capslock with modmap.
) |
I think so, but there are still some bugginess with the multi-mapping stuff... |
Thanks @joshgoebel for your input, yet CAPS_LOCK does not keymapped to ESC when pressed and released and CONTROL_L when pressed! modified ENTER works well:
But CAPS_LOCK only responds to the Control_L, but does not work when pressed like 'Ctrl-x Ctrl-c' and ESC part does not display output in
|
If you want to use |
Hi,
I used the default configuration with following minor change to switch capslock:
xcape and xmodmap was disabled, but pressing default (qwerty) ENTER is unresponsive and produces the following :
The text was updated successfully, but these errors were encountered: