/* -*- coding: utf-8 -*- */ { /* insert unicode characteres with Option down */ "~#8" = ("insertText:", "\U2191"); /* ↑ */ "~#2" = ("insertText:", "\U2193"); /* ↓ */ "~#4" = ("insertText:", "\U2190"); /* ← */ "~#6" = ("insertText:", "\U2192"); /* → */ "~#9" = ("insertText:", "\U2197"); /* ↗ */ "~a" = ("insertText:", "\U03B1"); /* α */ "~h" = ("insertText:", "\U03B8"); /* θ */ "~3" = ("insertText:", "†"); "~7" = ("insertText:", "—"); "~8" = ("insertText:", "•"); "~9" = ("insertText:", "★"); "~&" = ("insertText:", "‣"); "~*" = ("insertText:", "°"); /* insert pairs with Option down */ "~d" = ("insertText:", "«»", "moveBackward:"); "~h" = ("insertText:", "{}", "moveBackward:"); "~t" = ("insertText:", "()", "moveBackward:"); "~n" = ("insertText:", "[]"); "~s" = ("insertText:", "“”", "moveBackward:"); "~-" = ("insertText:", "「」", "moveBackward:"); "~D" = ("insertText:", "‹›", "moveBackward:"); "~S" = ("insertText:", "‘’", "moveBackward:"); "~_" = ("insertText:", "『』", "moveBackward:"); /* insert sig */ "~1" = ("insertText:", " Xah\n∑ http://xahlee.org/\n\n☄"); "~!" = ("insertText:", "AIM: xahlee\nYahoo: P0lyglut\nJabber (google talk): xahlee@gmail.com\nMSN: p0lyglut@yahoo.com or xahlee\nSkype: XahLee\nFreenode irc: #xahlee\nSecond Life: Xah Toll\n"); }