mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Added Windows 10 Emoji Panel Ctrl-Cmd-Spacebar
This commit is contained in:
@@ -30,6 +30,9 @@ GroupAdd, vscode, ahk_exe Code.exe
|
|||||||
; Close Apps
|
; Close Apps
|
||||||
^q::Send !{F4}
|
^q::Send !{F4}
|
||||||
|
|
||||||
|
; Emoji Panel
|
||||||
|
#^Space::Send {LWin down};{LWin up}
|
||||||
|
|
||||||
; Full Screenshot
|
; Full Screenshot
|
||||||
^+3::Send {PrintScreen}
|
^+3::Send {PrintScreen}
|
||||||
|
|
||||||
@@ -83,13 +86,13 @@ if(!GetKeyState("LWin", "P"))
|
|||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
||||||
; Sublime Text Remaps for VS Code ; ST2CODE
|
; Sublime Text Remaps for VS Code
|
||||||
#IfWinActive ahk_group vscode ; ST2CODE
|
#IfWinActive ahk_group vscode ; ST2CODE
|
||||||
; Remap Ctrl+Shift to behave like macOS Sublimetext ; ST2CODE
|
; Remap Ctrl+Shift to behave like macOS Sublimetext
|
||||||
; Will extend cursor to multiple lines ; ST2CODE
|
; Will extend cursor to multiple lines
|
||||||
#+Up::send ^!{Up} ; ST2CODE
|
#+Up::send ^!{Up} ; ST2CODE
|
||||||
#+Down::send ^!{Down} ; ST2CODE
|
#+Down::send ^!{Down} ; ST2CODE
|
||||||
; Remap Ctrl+Cmd+G to select all matches ; ST2CODE
|
; Remap Ctrl+Cmd+G to select all matches
|
||||||
#^g::send ^+{L} ; ST2CODE
|
#^g::send ^+{L} ; ST2CODE
|
||||||
#If ; ST2CODE
|
#If ; ST2CODE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user