Skip to content

Instantly share code, notes, and snippets.

@kondei
kondei / AutoHotKey.ahk
Created May 13, 2014 13:24
無変換を使い倒し、あと色々便利化するAutoHotKeyのスクリプト
;「;」を行頭につけるとコメント
;文法は公式ドキュメント(http://www.autohotkey.com/docs/)参照のこと
;windowsの設定でログイン時に自動起動するようにすると楽
;----------------------------------------------------------
;検索関数
;ウェブのアドレスならそれを開く
;ディレクトリアドレスならエクスプローラで開く
;文字列ならGoogle検索
@kondei
kondei / 50-synaptics.conf
Created July 4, 2014 16:36
ThinkPadのClickPadのボタン部分がTouchPadとして反応してマウスカーソルが動いてしまう問題の修正
# at /usr/share/X11/xorg.conf.d/
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
# Option "OptionName" "value"
#
@kondei
kondei / .Xmodmap
Created July 4, 2014 16:51
ThinkPad X1 Carbon 2nd、Ubuntu14.04用の.Xmodmapを晒す
pointer = 1 2 3 5 4 7 6 8 9 10 11 12
add control = Henkan
add mod4 = Hiragana_Katakana
keycode 8 =
keycode 9 = Escape NoSymbol Escape
keycode 10 = 1 exclam 1 exclam
keycode 11 = 2 quotedbl 2 quotedbl
keycode 12 = 3 numbersign 3 numbersign
keycode 13 = 4 dollar 4 dollar
keycode 14 = 5 percent 5 percent