Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
;; AutoHotKey_LでEmacsキーバインドにするスクリプト | |
;; | |
;; 使い方 | |
;; ・AutoHotKey_L(http://l.autohotkey.net/)をインストール | |
;; ・Emacs.ahkをAutoHotkeyをインストールしたフォルダ(デフォルトならC:\Program Files\AutoHotkey)に保存 | |
;; ・タスクバーにあるAutoHotkeyのアイコン([H])を右クリックし、"Edit This Script"を選択 | |
;; ・メモ帳でAutoHotkey.ahkが開くので、最後に以下の行を追加 | |
;; #include Emacs.ahk | |
;; ・AutoHotkeyアイコンを右クリックして"Reload This Script"を選択してリロード | |
;; |