All Projects → jixiuf → My_autohotkey_scripts

jixiuf / My_autohotkey_scripts

Licence: gpl-3.0
my autohotkey scripts . http://jixiuf.github.com/my_autohotkey_scripts/

Programming Languages

autohotkey
350 projects

--coding:utf-8 --

my_autohotkey_scripts

my autohotkey scripts . rename this directory to ahk ,and put it in c:\

http://jixiuf.github.com/my_autohotkey_scripts/

http://jixiuf.github.io/blog/anything-doc.org/

(配合ahk_scripts/space_win.ahk)实现空格键即当空格又当windows键,即单独按时产生空格,组合按时当作windows键

ahk_scripts/switchWindow.ahk 一键最大化窗口(或恢复原状)

#d::ToggleWinMinimizeOrRun("ahk_class VirtualConsoleClass", "C:\cmder\Cmder.exe")
;;Win+f chrome
; #f::ToggleWinMinimizeOrRun("ahk_class Chrome_WidgetWin_1|MozillaUIWindowClass|MozillaWindowClass","C:\Program Files (x86)\Google\Chrome\Application\chrome.exe","RegEx")
;;Win+f toggle Firefox
#f::ToggleWinMinimizeOrRun("ahk_class MozillaUIWindowClass|MozillaWindowClass","firefox","RegEx")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].