La Clojure - What key is 'Meta' bound to on Windows environment?

给你一囗甜甜゛ 提交于 2019-12-11 11:14:33

问题


In IntelliJ IDEA's La Clojure plugin, what key is 'Meta' bound to on Windows environment?

Here is a screenshot of where it occurs:


回答1:


There is no "Meta" key in Windows. You will need to remap them. Also the slurp functionality works fine, but in Windows it has the same shortcut as "Toggle Bookmark 9" and for some strange reason Control+Shift+0 doesn't work, so again, just remap them.

(map vector (map <caret>map vector))

Invoke slurp backwards

(map (vector map <caret>map vector))



回答2:


You can set the (general) key mappings via: File->Settings->Keymap Select your desired Keymap (default should work fine), apply and everything should work again like used to...



来源:https://stackoverflow.com/questions/11358089/la-clojure-what-key-is-meta-bound-to-on-windows-environment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!