Browse Source

Fix

master
10sr 4 years ago
parent
commit
61b44a9384
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
2 changed files with 6 additions and 16 deletions
  1. +2
    -0
      emacs.el
  2. +4
    -16
      mac/karabiner/terminal-disable.json

+ 2
- 0
emacs.el View File

@@ -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 "<f7>") 'turn-off-input-method)
(global-set-key (kbd "<f8>") 'turn-on-input-method)

(require 'mozc-popup)
(set-variable 'mozc-candidate-style 'popup)


+ 4
- 16
mac/karabiner/terminal-disable.json View File

@@ -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": [


Loading…
Cancel
Save