Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Clojure Windows 7国际西班牙语键盘上的Light Table自动关闭括号_Clojure_Keyboard_Lighttable_Keymaps - Fatal编程技术网

Clojure Windows 7国际西班牙语键盘上的Light Table自动关闭括号

Clojure Windows 7国际西班牙语键盘上的Light Table自动关闭括号,clojure,keyboard,lighttable,keymaps,Clojure,Keyboard,Lighttable,Keymaps,我使用的是带死锁的国际西班牙语键盘以下代码适用于{},但不适用于[],有什么线索吗 为了进行测试,我使用了: [:editor.keys.normal "ctrl-`" :tabs.next] 什么也没发生 Light Table 0.7.2 user.keymaps ;; Auto Close [:editor.keys.normal "\"" (:editor.repeat-pair "\"")] [:editor.keys.normal "'" (:editor.repeat-pair

我使用的是带死锁的国际西班牙语键盘以下代码适用于{},但不适用于[],有什么线索吗

为了进行测试,我使用了:

[:editor.keys.normal "ctrl-`" :tabs.next]
什么也没发生

Light Table 0.7.2
user.keymaps

;; Auto Close
[:editor.keys.normal "\"" (:editor.repeat-pair "\"")]
[:editor.keys.normal "'" (:editor.repeat-pair "'")]
[:editor.keys.normal "(" (:editor.open-pair "(")]
[:editor.keys.normal ")" (:editor.close-pair ")")]

[:editor.keys.normal "ctrl-alt-[" (:editor.open-pair "[")]
[:editor.keys.normal "ctrl-alt-]" (:editor.close-pair "]")]

[:editor.keys.normal "ctrl-alt-'" (:editor.open-pair "{")]
[:editor.keys.normal "ctrl-'" (:editor.open-pair "{")]
[:editor.keys.normal "ctrl-alt-ç" (:editor.close-pair "}")]
[:editor.keys.normal "ctrl-ç" (:editor.close-pair "}")]

谢谢您的时间。

我确认它在Mac OS 10.9.5和LT 0.7.2上都可以正常工作,只是漫无边际,如果有es西班牙版而不是es国际版,您可以尝试吗?尝试过,也测试过自定义版,在交换机之间关闭LT。