Skip to content

Instantly share code, notes, and snippets.

--- ReadLayout_Keyboard.ahk.orig 2012-07-17 23:56:22.000000000 +0900
+++ ReadLayout_Keyboard.ahk 2013-05-24 11:19:19.369796300 +0900
@@ -543,7 +543,7 @@
if ( row = 1 )
{
- if ( column = 14 )
+ if ( column = 15 )
return 0
else
@acple
acple / SandS.ahk
Last active December 7, 2023 08:37
;; SandS for AutoHotkey
;; ===初期設定==========================================================
;; 多重起動の制御をforceに指定
#SingleInstance force
;; 環境変数を無視する
#NoEnv
status key command
Suggestion Down PredictAndConvert
Suggestion Shift Enter CommitFirstSuggestion
Prediction Ctrl Delete DeleteSelectedCandidate
Prediction Ctrl k DeleteSelectedCandidate
Precomposition Ctrl Eisu ToggleAlphanumericMode
Precomposition Ctrl F12 LaunchConfigDialog
Precomposition Ctrl Henkan IMEOff
Precomposition Hankaku/Zenkaku IMEOff
Precomposition Henkan IMEOff
/*
------------------emacsclientw起動用スクリプト------------------
emacsclientw.exeをまともに使えるようにする。
emacsが起動してないときには起動、起動してる時はアクティブ化、ファイルを送ると読み込む。
gnupack版emacsで使うときはrunemacs.exeの代わりにINST_DIRのemacs.exeを指定する。
AutoHotKey_Lw / Ahk2Exe_Lで動作。
[1] コンパイルして適当な場所に置く
とりあえずemacs.exeと同じ場所おすすめ。