Skip to content

Instantly share code, notes, and snippets.

@kurone-kito
Created February 14, 2019 00:50
Show Gist options
  • Save kurone-kito/d615146ffe889899bec5bd25f246d7e7 to your computer and use it in GitHub Desktop.
Save kurone-kito/d615146ffe889899bec5bd25f246d7e7 to your computer and use it in GitHub Desktop.
AutoHotKey settings for GPD WIN2
; 十字キー上:ホイール上
; 十字キー下:ホイール下
; 十字キー左:テンキーのページダウン
; 十字キー右: テンキーの左
; 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