mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-14 14:49:14 +02:00
Compare commits
1 Commits
1.2-13
...
feature/po
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8c581db297 |
@@ -202,6 +202,17 @@ GroupAdd, intellij, ahk_exe idea64.exe
|
|||||||
; End::Send {Media_Play_Pause} ; Pause/Play
|
; End::Send {Media_Play_Pause} ; Pause/Play
|
||||||
; PgDn::Send {Media_Next} ; Next
|
; PgDn::Send {Media_Next} ; Next
|
||||||
|
|
||||||
|
; Temporary fix that allows for full remapping via Powertoys
|
||||||
|
; useful for destinations where you cannot install Kinto
|
||||||
|
; and you are using a Mac based keyboard
|
||||||
|
; NOTE: Do not fully maximize the RDP window for this to work.
|
||||||
|
#IfWinActive ahk_group remotes ; MacOnly
|
||||||
|
; #IfWinActive ahk_exe msrdc.exe ; MacOnly
|
||||||
|
$LWin::LAlt ; MacOnly
|
||||||
|
$LAlt::RAlt ; MacOnly
|
||||||
|
$LWin up::Send {LWin up}{LAlt up}{LCtrl up} ; MacOnly
|
||||||
|
#If ; MacOnly
|
||||||
|
|
||||||
#IfWinNotActive ahk_group remotes
|
#IfWinNotActive ahk_group remotes
|
||||||
|
|
||||||
; New AltTab and CtrlTab fix
|
; New AltTab and CtrlTab fix
|
||||||
|
Reference in New Issue
Block a user