Tagged Questions
0
votes
1answer
91 views
Remap keys with KeyRemap4MacBook for all apps except a specific one
I'd like to know how do I tell KeyRemap4MacBook to exclude an app from key remapping. I know about <only> tag in private.xml, which limits key remapping to a single app, but is there a tag that ...
3
votes
1answer
86 views
What is the โ key?
This tip just popped up in my phpStorm IDE (OS X):
The โ key in any tool window moves the focus to the editor. โงโ moves
the focus to the editor and also hides the current (or last active)
tool ...
4
votes
1answer
545 views
How do I map <cmd>-<shift>-f to run Ack plugin in Vim?
I'm new to vim and I'm trying to map a key combo for running the Ack plugin found here: https://github.com/mileszs/ack.vim
I want to map cmd-shift-f to run the Ack command :Ack. I've added the ...