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



반응형