瀏覽代碼

Fix

master
10sr 4 年之前
父節點
當前提交
61b44a9384
簽署人: 10sr GPG Key ID: 7BEC428194130EB2
共有 2 個文件被更改,包括 6 次插入16 次删除
  1. +2
    -0
      emacs.el
  2. +4
    -16
      mac/karabiner/terminal-disable.json

+ 2
- 0
emacs.el 查看文件

@@ -2959,6 +2959,8 @@ Any output will be written to current buffer."
;; (setq mozc-candidate-style 'echo-area) ;; (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 e") 'turn-on-input-method)
(global-set-key (kbd "C-c m d") 'turn-off-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) (require 'mozc-popup)
(set-variable 'mozc-candidate-style 'popup) (set-variable 'mozc-candidate-style 'popup)


+ 4
- 16
mac/karabiner/terminal-disable.json 查看文件

@@ -17,16 +17,10 @@
}, },
"to": [ "to": [
{ {
"key_code": "c",
"key_code": "f8",
"modifiers": [ "modifiers": [
"left_control"
"fn"
] ]
},
{
"key_code": "m"
},
{
"key_code": "e"
} }
], ],
"conditions": [ "conditions": [
@@ -56,16 +50,10 @@
}, },
"to": [ "to": [
{ {
"key_code": "c",
"key_code": "f7",
"modifiers": [ "modifiers": [
"left_control"
"fn"
] ]
},
{
"key_code": "m"
},
{
"key_code": "d"
} }
], ],
"conditions": [ "conditions": [


Loading…
取消
儲存