Map Alt + c or v for ? or ¿ symbols for SK71 keyboard (ISO)

This commit is contained in:
q3aql 2020-11-12 17:51:07 +01:00 committed by GitHub
parent df441f4930
commit 9b6c828337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
; # Contact: q3aql@protonmail.ch # ; # Contact: q3aql@protonmail.ch #
; # License: GPL v2.0 # ; # License: GPL v2.0 #
; ################################################ ; ################################################
; Version v2.5 ; Version v2.6
; ;
; 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
@ -105,3 +105,13 @@ LAlt & +::
Send, ¿ Send, ¿
return return
; ;
; Map Alt + c to show ? simbol (for SK71 keyboard)
!c::
Send, ?
return
;
; Map Alt + v to show ¿ simbol (for SK71 keyboard)
!v::
Send, ¿
return
;