Skip to content
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

Super and Hyper on Windows (part 2) #362

Closed
AKielhorn opened this issue Apr 27, 2020 · 1 comment
Closed

Super and Hyper on Windows (part 2) #362

AKielhorn opened this issue Apr 27, 2020 · 1 comment

Comments

@AKielhorn
Copy link

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

jkitchin pushed a commit that referenced this issue May 4, 2020
@jkitchin
Copy link
Owner

jkitchin commented May 4, 2020

Thanks. I added this note to scimax.org.

@jkitchin jkitchin closed this as completed May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants