Map Win + Alt to send AltGr key on Windows
Map Win + Alt to send AltGr key (for SK71 and SK64 keyboards) on Windows
This commit is contained in:
parent
3ff603953f
commit
50e1bc528f
|
@ -6,7 +6,7 @@
|
||||||
; # Contact: q3aql@protonmail.ch #
|
; # Contact: q3aql@protonmail.ch #
|
||||||
; # License: GPL v2.0 #
|
; # License: GPL v2.0 #
|
||||||
; ################################################
|
; ################################################
|
||||||
; Version v2.2
|
; Version v2.3
|
||||||
;
|
;
|
||||||
; You've probably noticed that when you switch from an ISO keyboard
|
; You've probably noticed that when you switch from an ISO keyboard
|
||||||
; to an ANSI keyboard, the "<" and ">" keys are missing. When you
|
; to an ANSI keyboard, the "<" and ">" keys are missing. When you
|
||||||
|
@ -91,3 +91,7 @@ return
|
||||||
Send, <
|
Send, <
|
||||||
return
|
return
|
||||||
;
|
;
|
||||||
|
;Map Win + Alt to send AltGr command (for SK71 and SK64 keyboards)
|
||||||
|
LWin & LAlt::RAlt
|
||||||
|
return
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user