Retro Game & PC/매뉴얼 팁 작업

windows key disabling

smores 2019. 2. 19. 06:57

using autohotkey


add script


; Disable Alt+Tab

;!Tab::Return


; Disable Windows Key + Tab

;#Tab::Return


; Disable Left Windows Key

LWin::Return


; Disable Right Windows Key

;RWin::Return