Last active
December 11, 2015 06:48
-
-
Save woowee/4561514 to your computer and use it in GitHub Desktop.
windows settings ;
- ime の on/of は [無変換] + [space] に.
- authotley を使用.
- C:\Users\{YourAccount}\Documents に配置.
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
#z::Run www.autohotkey.com | |
; ------------------------------ ime on/of : [無変換] + [space] | |
vk1Dsc07B & Space::Send, {vkF3sc029} | |
; ⇒以下は,試行錯誤の結果,使わないことに. | |
; vk1Dsc07B & Space::Send, {vkF4sc029} | |
; !Space::Send, {vkF3sc029} ; alt + space | |
; !Space::Send, {vkF4sc029} ; alt + space | |
; #Space::Send, {vkF4sc029} ; windows key + space | |
; ------------------------------ ctrl > caps lock | |
; CapsLock::Ctrl | |
; sc03A::Ctrl | |
; vkf0sc03A::Ctrl | |
; ⇒ register による制御に変更. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment