The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
17 views

Determine if a key sequence has already been assigned in Sublime Text

Does Sublime Text (2|3) have an API method or some way of determining if a shortcut or hot key sequence has already been assigned? I have lots of plugins and macros installed, and when making new ones ...
1
vote
1answer
40 views

Sublime Text 2 vintage key mapping like vim

i am working with Sublime Text2 in vintage mode. I disabled the arrow keys, so i don't use them to move the cursor in insert mode. Now is was wondering, if it is possible, to map the up/down keys, so ...
1
vote
1answer
38 views

Intellij's keymap keeps resetting

My intellij keymap resets everytime I restart my system or sometimes when I install a new plugin. IF it matters, I'm working on win XP with very limited capacity - only 1 drive with 25 GB capacity. ...
0
votes
2answers
19 views

How to get mapped values in Vim and save them

Let's say I have the next mapping: imap a AAA vmap b BBB I need a way to get value of mappings. The next is not suitable for me, because I need to operate by returned mapped values: imap a vmap b ...
1
vote
1answer
42 views

Change “Next File” and “Previous File” shortcut in Sublime Text 2

I'm having no luck changing the key bindings for switching files in Sublime. Does anybody know that the deal is here? All i'm trying to achieve is cmd+] and cmd+[ to show next and previous files. Then ...
1
vote
2answers
78 views

Insert a newline without entering in insert mode, vim

I want insert newlines in normal mode in vim using Shift-Enter and Ctrl-Enter. I try some solutions and mixing solutions from Vim Wikia - Insert newline without entering insert mode but Shift-Enter ...
0
votes
1answer
41 views

Vim key mapping not working correctly for Ctrl key not working

I'm trying to do the following mapping noremap <ESC>:<C-w>l <leader>l, or noremap <ESC><C-w>l <leader>l, or some mapping that accomplishes the same effect, to make ...
1
vote
2answers
30 views

How can I join two commands together in vim?

I am trying to combine two commands for Bundle plugin in vim. Because BundleUpdate pulls all plugins and installs them and it is slow. I have the following below. The first two works fine, but the ...
4
votes
0answers
158 views

If Steam can map the guide button on the Xbox 360 controller why can't I

I want to map the Xbox Guide button on the Xbox 360 controller. I've been searching for a possible solution for some time now and from the looks of my google results it seems that the only way to do ...
2
votes
1answer
23 views

Can I change the key mapping for the debugger in IntelliJ?

I'm interested in changing the key mapping in IntelliJ for stepping over, stepping into etc from the default F7, F8... to something that will be a bit more convenient. I've found that I can change a ...
2
votes
0answers
75 views

Python Tools for Visual Studio: Way to remap dash key to underscore?

Using Visual Studio 2010 with Python Tools for Visual Studio. I find typing an underscore in python variable names inconvenient. Is there a way to remap the - (dash key) to the underscore and Shif+- ...
0
votes
1answer
44 views

vimscript: make a key mapping works only in a specified buffer

I'a writing a plugin. I opened a buffer, and drap some menu items in it. I want to trigger some special function when a enter key is pressed. I used nmap :func() , but enter key triggered the func in ...
0
votes
0answers
51 views

ubuntu mapping multi-key to single key

In my Ubuntu 12.10, I want to map the Alt and l keys to the Left key (Which is when I type Alt and l together It will function like I press Left key). I use this command: xmodmap -e "keycode 46 mod1 ...
0
votes
1answer
67 views

how to map alt+; shortcut to pycharm keymap

I'm unable to add the alt+; shortcut to my custom keymap in pycharm, Typing the combination on the shortcut mapping window doesn't do anything. how can i add this shortcut?
0
votes
0answers
55 views

How would I map keys with setkbdmap without having the X window system active?

I am using A version of Debian optimized for the Raspberry Pi and whenever I type the pipe key or the backslash key, it gives me the wrong symbol. t\Tilde for pipe, pound for backslash. with the X ...
2
votes
1answer
756 views

key map sublimeREPL commands in Sublime Text 2

I'm trying to map keyboard shortcuts for SublimeREPL plugin commands. Looking at SublimeREPL it looks like a menu item command is defined as: Default.sublime-commands { "caption": ...
0
votes
1answer
59 views

Why won't Vim use my key mapping when I start a new session?

After mapping the F2 key in Vim in the following sequence, it does not work in a new Vim session: :map <F2> :ls<CR> Pressing F2 here displays the files. :mkexrc! Close Vim. Reopen ...
1
vote
1answer
822 views

multiple “commands” in a single Sublime Text 2 user keymap shortcut

Is there a way to have multiple "commands" associated with one shortcut? I have these two shortcuts. First shortcut makes the window on the left larger than the right one (in a 2 column view) and the ...
0
votes
1answer
125 views

qt setting QWSServer keymap from code

I need to a keymap for my embedded QWSServer application. Using environmental variables like this QWS_KEYBOARD="TTY:keymap=/german_keyboard.qmap" export QWS_KEYBOARD works, but isn't optimal for ...
0
votes
1answer
69 views

IntelliJ keymap for remote desktop usage

I notice that I cannot type Ctrl-Alt-B (Go To Implementation) in IntelliJ when I am using it via Remote Desktop. Is there a way that I can get keymap for IntelliJ that works through remote desktop?
1
vote
1answer
79 views

Limit a grep search in vim to files with the same extension as the current file

I'm trying to make a key mapping that will grep for the word under the cursor. Here's what I have so far: map <Leader>g :grep -r '<C-R><C-W>' ./<CR><CR>:cw<CR> I ...
1
vote
2answers
54 views

How to bind an action to multiple shortcut keys in Intellij?

I want to bind some of IntelliJ IDEA shortcut keys, but at the same time keep the default bindings in place in case anyone wants to use my IDE (e.g. pair programming). Is there a way to assign ...
0
votes
1answer
102 views

Autohotkey isn't recognizing the active window?

WinGetPos,X,Y,W,H,A space::MsgBox,%H%,%W%,%X%,%Y% When this runs I get X and y to be 0 and I get the hidth and width to be the resolution to my screen I imagine something is happening where my ...
2
votes
0answers
134 views

Vim langmap breaks plugin (bépo)

I am using a bépo keymap (http://bepo.fr) and seeking the perfect vim mapping. So far I used a long list of noremap, but for many binding (for exemple, the motion aw or <Ctrl>r), the first ...
3
votes
2answers
104 views

Rebind emacs “C-d” to delete word

I have tried several different ways of doing this, and none have been successful. I want to switch the M-d and C-d functionality (delete word, delete char) respectively while working in c++ files. ...
2
votes
4answers
92 views

how to add vim keymap

While programming I am regulary using the following two lines: sprintf(buff,"%s", __func__); putrsUART(buff); Is it possible to set any keyboard shortcut to insert these two lines? E.g. when I ...
0
votes
0answers
62 views

Swapping Behaviour of Win and Alt key in Solaris 10 CDE

I'm using a PC keyboard on Solaris 10 Machine running Common Desktop Environment (CDE). My default keyboard mappings are Win-Key => Meta Alt-Key => Alt which is very frustrating to use in Emacs ...
1
vote
2answers
152 views

Change the mapping of F5 on the basis of specific file type

The current mapping of my F5 key is: imap <F5> <esc>:w\|!python %<CR> Now I want that if I'm editing any python file (it will be better if it also recognizes file other than ...
0
votes
0answers
33 views

Without changing my non-US layout, how can I map a key to ~ so that I can use it to access a game's console?

My current layout doesn't include a ~ key. I don't want to change the layout because I need the spanish punctuation. Pressing Alt+126 doesn't work in-game to access the console. I'm guessing it's ...
1
vote
1answer
102 views

Keyboard mapping for chorded keyboard

I want to create a new keymapping on macosx, so I can create advanced multi-key commands. Basically, I want to create a a keymapping for transforming a normal keyboard into a chorded keyboard, ...
0
votes
0answers
182 views

VB.Net - EXT.Net ComboBox not Blurring on KeyMap Save

I have a simple form (Ext.Net FormPanel) with mostly Ext.Net TextFields and a single Ext.Net ComboBox with ForceSelection = False. There is also an Ext.Net KeyMap for Ctrl+S to fire the Click event of ...
3
votes
2answers
420 views

How to map <c-leader> in vim?

I would like to map ctrl+leader key. Is it possible? Tried: :nnoremap <c-leader> :CtrlP<CR> And it does not work. (ctrlp bindings conflict with yankring bindings)
1
vote
3answers
62 views

mapping # in vim

In my .vimrc I have mapped the #-key to a macro for commenting out/in lines of code. Unfortunately # in vim already has a function - it searches backwards for the word beneath the cursor. What I ...
2
votes
1answer
274 views

mapping keypad keys in vim do not respond to control key

I'm using the following mappings to manage the window size: :nnoremap <kPlus> <C-W>+ :nnoremap <kMinus> <C-W>- :nnoremap <kDivide> <C-W>< :nnoremap ...
1
vote
0answers
34 views

Edition of key mapping in Visual Studio

Is there a way to editing key mapping in visual studio except the non resizable, small and clumsy panel in Options/Keyboard ? I'm getting tired of scrolling in a 4 lines window and to have to manually ...
0
votes
2answers
186 views

How to cut text in (insert) SELECT mode in Vim without unwanted behavior?

I'm currently using this key mapping in my .vimrc file to simulate the Windows Cut keyboard shortcut. Cut, meaning copy and delete the selected text. vnoremap <C-X> "+x This key mapping is ...
3
votes
2answers
132 views

How do I make Vim go inside paired characters automatically during Insert Mode?

I always type paired characters by pairs: '' "" () [] {} <> How do I map Vim immediately jump inside them when I type them during Insert Mode? I tried some googling but I can't seem to get ...
2
votes
2answers
62 views

Vim eats all my lines if I map ddkP

In Vim, I set a mapping to move a line up with each press of _ nnoremap _ ddkP In my experiments, when I reach the top of my Vim file, all the lines get eaten up if I continue to press and hold _ ...
1
vote
3answers
356 views

How to rebind TAB and RET in an Emacs minor mode?

I am trying to define my minor mode, mimicking it after isearch-mode (since it is kind of an interactive search-and-replace tool, I thought it might be a good starting point). My commands work well ...
0
votes
1answer
69 views

How can I get a hotkey with “:” (column) that works in AutoHotKey?

I am trying the following but only the first part works: *^!;:: Send < return *^!`::: Send > return Apparently it is not the proper way to escape the column ":". Do you have any idea on how ...
0
votes
1answer
414 views

can you show me some example for the Keymap.js,(The Definitive Guide)?

function Keymap(bindings) { this.map = {}; // Define the key identifier->handler map if (bindings) { // Copy initial bindings into it for(name in bindings) this.bind(name, ...
1
vote
2answers
150 views

Remapping of vim direction keys is not honored by viewport navigation

I am using colemak and thus I have remapped my direction keys like so noremap n h noremap e j noremap i k noremap o l noremap h n noremap j e noremap k i noremap l o The problem is that these ...
2
votes
1answer
349 views

Are keycodes consistent under linux

I'm currently trying to create a little C/C++ program which emulates a key-press on one of the Multimedia-Keys (e.g. "Pause/Play"). To simulate the keypress I used the XTestFakeKeyEvent-function from ...
0
votes
3answers
1k views

ExtJS 4 how to properly create a KeyMap for a window when using MVC

I have a simple ExtJS application that is written MVC style (much of my information from here). My application creates a viewport, and has a view with a form, some fields and a button. The ...
3
votes
2answers
308 views

customize chrome debugger keyboard shortcuts?

I can't believe that neither a Google or SO search has turned up a definitive answer or even much discussion for this, but: Is it possible to edit/customize keyboard shortcuts in the Google Chrome ...
2
votes
2answers
2k views

Certain key mappings not working in MacVim

I've recently switched to using a Mac at work from previously using Linux. I found out about MacVim (from http://code.google.com/p/macvim/) and have been trying to port over my previous keymappings. ...
18
votes
1answer
1k views

Visual Studio ReSharper Keymap for IntelliJ IDEA

I primarily use Visual Studio and ReSharper (R#) for development and have excellent working knowledge of R#. I want to leverage that knowledge in IntelliJ IDEA (with my personal Java adventures) ...
2
votes
5answers
88 views

Vim: how to create key mapping to :edit and jump to last line?

I mapped key F2 to refresh (:edit) currently opened file. I'm using this when watching a log file to update the screen when file has been updated outside (new lines added at the end of a log file). ...
0
votes
2answers
273 views

macports vim with +keymap option

I've got a Mac OS X Lion. And there's a vim, that is installed from macports. Unfortunately, it lacks a +keymap option. Is there a way I can install vim from macports with this additional option? As ...
2
votes
1answer
304 views

Make up down left right keys work in Korn shell Command line

Any update you can provide will be great. When I put this in .profile: set -o emacs alias __A=`echo "\020"` # up arrow = ^p = back a command alias __B=`echo "\016"` # down arrow = ^n = ...

1 2