autohotkey-windows-mac-keyboard icon indicating copy to clipboard operation
autohotkey-windows-mac-keyboard copied to clipboard

AltGR shortcuts dont work

Open montella1507 opened this issue 2 years ago • 1 comments

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 {#}

`

montella1507 avatar Apr 21 '22 09:04 montella1507

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??

rin67630 avatar Aug 09 '22 16:08 rin67630