I am trying to modify the program tight vnc for some special Keyboard shortcuts. One includes the letter P, but that is not provided by the keymap implementation of the program, and I would like to add it. The probelm I run into is that I don't know…
Background: I'm on a Mac, and the Default keymap on the Mac IntelliJ install is Windows (per their support).
I've been using the Mac OS X 10.5+ keymap they recommended, which matches Mac conventions but is actually quite different from the Default…
Is there a keymap file for Cloud9 that makes the keybindings Visual-Studio-like?
(I know I can create it myself if I don't find one. Also, a Google search did not show any results.)
I'm recently learning to use VIM editor which is so great. Just as other vimmers, I find it's a little unpleasant to press the esc and ctrl key because they are a little far away. I find a solution is to map both esc and ctrl to caps lock with the…
I use Sublime Text in Windows(feels natural in Windows even though there's gVim) and trying to use vim in Linux environment (vim feels natural in Linux even though there's Sublime for Linux).
I'm trying to map :m +1 and :m -2 which is similar to…
My organization just switched from using Eclipse to using Android Studio. There are things I like about both, but I'm more familiar with Eclipse. I'm wondering if there is a way to mass import keyboard mappings that I set up in Eclipse to Android…
Is there a shortcut for focusing the Filter box in tool windows, specifically the Change Log?
See the attached screenshot to know which field I'm talking about. I searched the net and key map, but found nothing like that.
I'm trying to get rid of a pesky keymapping in vim, namely
\c
The mapping is only loaded for latex files, so it should be related to the latex-suite. It's annoying, because it can't type \cite without this keymap ruining everything. I can unmap…
1) I've started to use Jetbrains phpStorm IDE, but I can't figure out how to add the key mapping to the tools Windows, so that I can see it on the side-bar and look at it any time. Now I have to navigate to File->settings->keymap.
(Actually I've…
I use Sublime Text's incredible multi-select feature a lot. I love it. But my Ctrl key and pinky finger don't.
Is it possible to map the caps-lock key to the multi-select feature? If so, how?
I think I could simply remap caps-lock to Ctrl on my…
I am having an annoying problem and I don't know if this is the default behavior or if I did something wrong (maybe accidentally changed some configuration values?).
When I am trying to comment code using keys cmd+/ and cursor is (or selection…
Quick Info: This is for the Renpy Visual Novel Game Engine (Available on Github) which is built on python.
What I want to do is change the ['dismiss'] variable of the keymap to null while a series of transitions play so the reader cant skip the…
I just remapped some keys in my .vimrc and I'm getting some wierd behavior.
When I select text in visual mode, and hit the delete key, it surrounds the highlighted text with ""...
Here's the relevant pieces of my .vimrc
"Using Vundle
Bundle…
I have the follow autohotkey map:
^j:: Send ^{PgUp}
This works fine. It maps control + j to control+pagedown.
But I would like to map the keycombination
s & j:: Send ^{PgUp}
So when you press s and j simultaneously, it will send control…
I'm trying to create a Hotkey (Win+Shift+Q) that toggles on/off another Hotkey that changes the right Alt key to a left mouse click; however, I can't get it to work.
Expected Behavior:
Pressing Windows+Shift+Q will initially toggle the Right-Alt…