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

AltGR shortcuts dont work #20

Open
montella1507 opened this issue Apr 21, 2022 · 1 comment
Open

AltGR shortcuts dont work #20

montella1507 opened this issue Apr 21, 2022 · 1 comment

Comments

@montella1507
Copy link

Hi, i have keyboard and layout with AltGR, however none of shortuts with ALTGR work..

Example of not-working mappings:
`
; --------------------------------------------------------------
; OS X keyboard mappings for special chars
; --------------------------------------------------------------

; Map Alt + L to @
!l::SendInput {@}

; Map Alt + N to
+!7::SendInput {}

; Map Alt + N to ©
!g::SendInput {©}

; Map Alt + o to ø
!o::SendInput {ø}

; Map Alt + 5 to [
!5::SendInput {[}

; Map Alt + 6 to ]
!6::SendInput {]}

; Map Alt + E to €
!e::SendInput {€}

; Map Alt + - to –
!-::SendInput {–}

; Map Alt + 8 to {
!8::SendInput {{}

; Map Alt + 9 to }
!9::SendInput {}}

; Map Alt + - to ±
!+::SendInput {±}

; Map Alt + R to ®
!r::SendInput {®}

; Map Alt + N to |
!7::SendInput {|}

; Map Alt + W to ∑
!w::SendInput {∑}

; Map Alt + N to ~
!n::SendInput {~}

; Map Alt + 3 to #
!3::SendInput {#}

`

@rin67630
Copy link

rin67630 commented Aug 9, 2022

I could get these two to work:
; Map Alt + L to @
!l::<^>!q
; Map Alt + N to ~
!n::SendInput {~}

but the other don't work.
Why??

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