Last active
August 11, 2019 09:14
-
-
Save Shinichi-Ohki/b51e29f751d956c873b65bd6d8a8c2a2 to your computer and use it in GitHub Desktop.
水龍士I 復刻版をノートPCでやるためのキー入れ替え(AutoHotKey)
This file contains hidden or 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
#InstallKeybdHook | |
#UseHook | |
u::4 | |
i::5 | |
o::6 | |
j::1 | |
k::2 | |
l::3 | |
p::* | |
+u::u | |
+i::i | |
+o::o | |
+j::j | |
+k::k | |
+l::l | |
+p::p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
水龍士I 復刻版をテンキーがない環境で使うためのAutoHotKeyスクリプトです。
変えるキー
U | I | O | P
J | K | L |
↓
4 | 5 | 6 | *
1 | 2 | 3 |
789は既存の数字キーをそのまま使います。
シフトキーと一緒に押すと元の文字を入力できます。