From 61b44a9384701a457e1688d40b8c70e87f43187b Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 5 Feb 2020 16:01:25 +0900 Subject: [PATCH] Fix --- emacs.el | 2 ++ mac/karabiner/terminal-disable.json | 20 ++++---------------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/emacs.el b/emacs.el index 682e2a3..2516de6 100644 --- a/emacs.el +++ b/emacs.el @@ -2959,6 +2959,8 @@ Any output will be written to current buffer." ;; (setq mozc-candidate-style 'echo-area) (global-set-key (kbd "C-c m e") 'turn-on-input-method) (global-set-key (kbd "C-c m d") 'turn-off-input-method) + (global-set-key (kbd "") 'turn-off-input-method) + (global-set-key (kbd "") 'turn-on-input-method) (require 'mozc-popup) (set-variable 'mozc-candidate-style 'popup) diff --git a/mac/karabiner/terminal-disable.json b/mac/karabiner/terminal-disable.json index c898101..880e25a 100644 --- a/mac/karabiner/terminal-disable.json +++ b/mac/karabiner/terminal-disable.json @@ -17,16 +17,10 @@ }, "to": [ { - "key_code": "c", + "key_code": "f8", "modifiers": [ - "left_control" + "fn" ] - }, - { - "key_code": "m" - }, - { - "key_code": "e" } ], "conditions": [ @@ -56,16 +50,10 @@ }, "to": [ { - "key_code": "c", + "key_code": "f7", "modifiers": [ - "left_control" + "fn" ] - }, - { - "key_code": "m" - }, - { - "key_code": "d" } ], "conditions": [