summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-01-26 10:30:14 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-08 08:34:00 +0900
commitde81e66f22576d37a12da090ff5fd7dfc1219fa2 (patch)
treef0405c07a48558e37e348a0058dbad62df5234bc
parenta6fc21bd360dd0cbcb39ba175a694877b2c39476 (diff)
downloaddotfiles-de81e66f22576d37a12da090ff5fd7dfc1219fa2.tar.gz
bind my usual key to switch to Korean input on Windows keyboards
-rw-r--r--.emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 619f9f11..5e027579 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1309,6 +1309,11 @@ automatically."
(bind-key "S-<menu>" 'spw/toggle-language-environment)
(bind-key "<Multi_key>" 'hangul-to-hanja-conversion)
+;; and for Windows (shift modifier has no effect)
+
+(bind-key "<apps>" 'spw/toggle-language-environment)
+(bind-key "<kanji>" 'hangul-to-hanja-conversion)
+
;; kill the binding korea-utils.el seems to be setting
(global-unset-key (kbd "S-SPC"))