Skip to content

Instantly share code, notes, and snippets.

@Shinichi-Ohki
Last active August 11, 2019 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shinichi-Ohki/b51e29f751d956c873b65bd6d8a8c2a2 to your computer and use it in GitHub Desktop.
Save Shinichi-Ohki/b51e29f751d956c873b65bd6d8a8c2a2 to your computer and use it in GitHub Desktop.
水龍士I 復刻版をノートPCでやるためのキー入れ替え(AutoHotKey)
#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
@Shinichi-Ohki
Copy link
Author

水龍士I 復刻版をテンキーがない環境で使うためのAutoHotKeyスクリプトです。

変えるキー

U | I | O | P
J | K | L |

4 | 5 | 6 | *
1 | 2 | 3 |

789は既存の数字キーをそのまま使います。
シフトキーと一緒に押すと元の文字を入力できます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment