RAlt keyboard layout switch
This commit is contained in:
parent
e1c736bf69
commit
270f749e81
1 changed files with 5 additions and 1 deletions
|
@ -31,5 +31,9 @@ ResizeWin(Width = 0,Height = 0,ExtraW = 0,ExtraH = 0,WinW = 16,WinH = 39) {
|
||||||
#!y::ResizeWin(1280,720)
|
#!y::ResizeWin(1280,720)
|
||||||
#!u::ResizeWin(1920,1080)
|
#!u::ResizeWin(1920,1080)
|
||||||
|
|
||||||
;Horizon: Zero Dawn adds some extra pixels for no reason
|
; Horizon: Zero Dawn adds some extra pixels for no reason
|
||||||
;#!i::ResizeWin(1920,1080,8,8)
|
;#!i::ResizeWin(1920,1080,8,8)
|
||||||
|
|
||||||
|
; Use right alt to change the keyboard layout
|
||||||
|
RAlt::Send #{Space}
|
||||||
|
LControl & Ralt::Send #{Space}
|
||||||
|
|
Loading…
Reference in a new issue