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

2

1

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

Here is a screenshot of where it occurs:

enter image description here

Particia answered 6/7, 2012 at 7:54 Comment(1)
Also the slurp feature does not appear to work.Particia
E
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))
Educational answered 6/7, 2012 at 8:15 Comment(1)
Anyone know how to remap the keys in Windows?Mantinea
P
0

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...

Planish answered 17/2, 2017 at 22:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.