Skip to content

Instantly share code, notes, and snippets.

@nenjiru
Last active December 10, 2019 15:46
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 nenjiru/fede32e367fc29b7e59f6b0e84fa7d16 to your computer and use it in GitHub Desktop.
Save nenjiru/fede32e367fc29b7e59f6b0e84fa7d16 to your computer and use it in GitHub Desktop.
; Installer https://www.autohotkey.com/
; Run `AutoHotkey_1.xxx_setup.exe`
; alt-ime-ahk
; https://github.com/karakaram/alt-ime-ahk
; ファイル配置
; ├ alt-ime-ahk.ahk
; ├ IME.ahk
; └ (this file).ahk
; 有効化するにはこのファイルをダブルクリック、スタートアップにショートカットを追加
;-------------------
; Clrl+左クリックで右クリック
;^LButton::RButton
^LButton::Send, {RButton}
; ALT+左クリックで中クリック
^+LButton::Send, {MButton}
; alt-ime-ahk を読み込む
#Include ./alt-ime-ahk.ahk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment