We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
there is an article about modifying the Windows keyboard in the german computer magazine c't (10/2020, p 146 ff).
This article has no relevance to this issue, it was just the reason for me to look into the Super/Hyper issue #179 again.
On many keyboards there are keys like "scroll lock" and "pause" that are rarely used.
There are some emacs commands that could be bound to these keys:
(define-key function-key-map (kbd "<pause>") 'event-apply-super-modifier) (define-key function-key-map (kbd "<scroll>") 'event-apply-hyper-modifier)
These work as prefix keys, not as modifier keys, which I think is more convenient.
I found this information here:
Stackoverflow
It works fine on Windows 10 - 1909.
You may want to add the information to scimax.org.
To be honest, s-e is the only command I regularly use and I could have bound it to a different key combination.
Greeting Axel
The text was updated successfully, but these errors were encountered:
add note from issue #362.
f52346c
Thanks. I added this note to scimax.org.
Sorry, something went wrong.
No branches or pull requests
Hello,
there is an article about modifying the Windows keyboard in the german computer magazine c't (10/2020, p 146 ff).
This article has no relevance to this issue, it was just the reason for me to look into the Super/Hyper issue #179 again.
On many keyboards there are keys like "scroll lock" and "pause" that are rarely used.
There are some emacs commands that could be bound to these keys:
These work as prefix keys, not as modifier keys, which I think is more convenient.
I found this information here:
Stackoverflow
It works fine on Windows 10 - 1909.
You may want to add the information to scimax.org.
To be honest, s-e is the only command I regularly use and I could have bound it to a different key combination.
Greeting
Axel
The text was updated successfully, but these errors were encountered: