-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hotkeys.ahk
27 lines (25 loc) · 2.04 KB
/
Hotkeys.ahk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
<!#CR>
************************************************************************************************************************
* ByteForge Copyright © *
* -------------------------------------------------------------------------------------------------------------------- *
* Company Name > ByteForge *
* Company Email > [email protected] *
* Company Websites > http://www.byteforge.app *
* -------------------------------------------------------------------------------------------------------------------- *
* File and License Informations *
* -------------------------------------------------------------------------------------------------------------------- *
* File Name > <!#FN> Hotkeys.ahk </#FN>
* License > <!#LT> BSD-3-Clause-Attribution </#LT>
* <!#LU> https://spdx.org/licenses/BSD-3-Clause-Attribution.html </#LU>
* <!#LD> This file may not be redistributed in whole or significant part. </#LD>
* File Version > <!#FV> 1.1.0 </#FV>
* *
******************************************* VSCode Extension: Version Boss *********************************************
</#CR>
*/
#Include gptPS.ahk
; Define the hotkeys to toggle the ListBox
^+l::TogglePhraseSelector()
Esc::ClosePhraseSelector()
Enter::PressEnter()