Created
February 14, 2019 00:50
-
-
Save kurone-kito/d615146ffe889899bec5bd25f246d7e7 to your computer and use it in GitHub Desktop.
AutoHotKey settings for GPD WIN2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 十字キー上:ホイール上 | |
; 十字キー下:ホイール下 | |
; 十字キー左:テンキーのページダウン | |
; 十字キー右: テンキーの左 | |
; XYABボタン:キーボードの上下左右 | |
; L3: テンキーのEnd | |
; R3: テンキーの下 | |
NumpadPgDn::PgUp | |
NumpadLeft::PgDn | |
NumPadEnd::^#Left | |
NumPadDown::^#Right |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment