A keymap is used to map certain keys or keyboard shortcuts to other ones, e.g. when using different keyboard layouts.
1
vote
2answers
52 views
+50
Curly braces with LCtrl+LShift+LAlt+è - how?
I'm using Linux Mint 15 x64, and I want to add a new key mapping for curly braces. I'm using italian keyboard layout. On Windows I'm used to creating curly braces by pressing
(Left Ctrl && ...
2
votes
2answers
36 views
Extending Vim Mappings to Run N Times
I want to be able to type something like 'Ncom' in normal mode that will comment out the current and then next N-1 lines. A key-mapping that I made to do so is,
:nmap com ^i#<ESC>j. This does ...
0
votes
0answers
37 views
Naviagte firefox sidebars with keyboard shortcuts
Is there a way for me to navigate through firefox sidebars with shortcuts? The behavior I would expect is pressing tab after opening sidebar should cycle through the items in the sidebar, but instead ...
1
vote
1answer
49 views
Vim: remap 'D' modifier on linux
I'm using Mac-oriented vimfiles with linux. In this config modifier D (Cmd key on Mac) is intensively used. I don't want to change every D to M, but I want to remap D to something like Meta or Alt. Is ...
0
votes
0answers
11 views
Get XKB settings back
I've made a custom xkb symbols setting named 'pc105-custom' inside the symbols/pc file. If I apply this mapping, by for example invoking setxkbmap -symbols 'pc(pc105-custom)+de', the map seems to be ...
1
vote
0answers
27 views
Setting Multimeda keys and volume knob on Dell Mutlimedia Keyboard using KeyRemap4MacBook?
I have plugged in a dell multimedia keyboard with my macbook and I am using the software KeyRemap4MacBook to change some keys on the external keyboard.
However I cannot setup the multimedia keys like ...
0
votes
1answer
37 views
Fast jk Escape in Vim using ttimeout
I recently came across the timeout and ttimeout features in vim.
I use the key sequence jk to escape from insert to normal mode.
I thought, following this article Mapping fast keycodes [see 2b], ...
8
votes
2answers
230 views
In Linux, how can I map SHIFT_L/SHIFT_R when pressed without additional key?
Today I found this very nice article by Steven Losh in which he presents a couple of productivity boosting keyboard mappings. Among them is a dynamic mapping of the left and right shift keys.
The ...
0
votes
0answers
154 views
Windows 8 doubling accents and diacritical marks
I don't know what I installed, but I must have installed something that caused Windows to act this way.
Normally when I press the button with either of the characters below
¨ ^ ~ ´ `
Windows types ...
1
vote
0answers
62 views
How to change keymap on native console?
When I'm switching to native console with Ctrl+Alt+Fn I have wrong keyboard maping. I want to set keymap proper to my language. In KDE, web browser, konsole etc. everything is OK.
So, how to change ...
1
vote
0answers
51 views
Iso_level3_shift key not working in Firefox (Linux)
Under Firefox (Firefox 3.6 and Iceweasel 10.0.9), my Iso_level3_shift key (= "Alt Gr" key) is not working. That means that on my azerty keyboard, I can't press some characters like @, |, and so on, ...
5
votes
1answer
515 views
windows 8 tablet keyboard has no pause break key
I've got a Samsung Slate Windows 8 tablet. There is no break/pause key on the bluetooth keyboard. How can I remap those keys or is there a work around? These keys are relevant to programmers as ...
0
votes
1answer
117 views
Debian - Change Key Output, but not Keymap
I'm on Debian Squeeze using tilda and openbox, and as the source-engine-user I am, I mapped tilda to ~. However, this creates problems when trying to press tilde normally, eg. for use in scripting. Is ...
0
votes
1answer
315 views
Mapping Ctrl+Arrow for Home/End/PageUp/Down
I'm using Windows 7 on Dell New Inspiron 14z Ultrabook.
It doesn't have Home/End/PgUp/PgDn keys. Instead I have to use Fn + arrow keys.
Can I re-map those to Ctrl + arrows or Alt + arrows or Shift + ...
3
votes
0answers
263 views
Enable Function Keys on OSX 10.6.8 with Razer Anansi
After installing the Razer Anansi OSX driver (1.01) from Razer, it appears my function keys have reverted to the default "special" keys. For example, F1 and F2 control the brightness of the screen ...
0
votes
1answer
343 views
How to map PageDown and PageUp Keys to function normally
When I open a document using vi or vim, I am unable to navigate the page using Page Up and Page Down keys. On pressing these keys, vim seems to behave in abnormal maaner, and changes the case of ...
0
votes
1answer
73 views
How do I unmap the forward and back keys on my Lenovo laptop?
I have a Lenovo Thinkpad x200s. how do I unmap the forward and backward keys?
I want something like..
xmodmap -e 'keycode 166=NOOP'
Or some way to ignore the XF86Back keysym.
0
votes
0answers
70 views
After installing new motherboard some keys are swapped
I replaced the motherboard in an old laptop (well not that old, it's still a decent gaming computer). In the process I had to completely disassemble the laptop to do so, meaning all connections, etc. ...
1
vote
1answer
201 views
Mapping Up/Down arrow keys in bash
I want to map my Up/Down arrow keys in bash to Alt+j/Alt+k as I don't want to move my hands to the arrow keys when I choose previously executed commands using Up/Down arrow keys.
Using vi mode in ...
0
votes
1answer
122 views
How to define a Compose Key in terminal (no desktop environment)?
I would like to define a compose key on my system (it's a Debian Sid "Wheezy"). I have no Xorg (and don't want any desktop environment). Only in terminal. I would like to set it up on my Alt-Gr key ...
1
vote
4answers
712 views
Truly ergonomic and Mac OSX
I recently purchased a Truly Ergonomic keyboard (model 209) that I use both at home on my GNU/Linux machine and at work where - very sadly - I am obliged to use an macbook air sporting the last ...
1
vote
3answers
243 views
tmux - how can I map new keys for the window (pane) cycle?
In the tmux application, how can I map ctrl-a, o (window cycle) to ctrl-a, w ?
0
votes
1answer
2k views
How do I change the XRDP keyboard layout to en-gb in Ubuntu 12.04?
Does anybody know how to change the keyboard layout to en-gb in an XRDP session on Ubuntu 12.04? I am using mstsc.exe to connect to an XRDP server hosting an XVNC session, however I cannot work out ...
0
votes
0answers
38 views
Buy custom mapped keyboards [closed]
I'm looking for keyboards that are mapped to custom keys on the hardware level, not software level. I'm sick of having to switch from my custom keymap of keys to qwerty every time I install an OS or ...
1
vote
2answers
967 views
Mapping the Left Alt key to Control and Alt Gr to just Alt
On my laptop, I use emacs. However, I don't have a left control key, and I considered mapping the Left Alt key to left control and the Right Alt key (Alt Gr) to just Alt (Meta). This way, I can just ...
0
votes
0answers
163 views
Linux and Umlaut through fn key on US Keyboard
for me as a programmer its very convenient to use a US keyboard layout. In fact I got so used to it that its hard for me to go back to the localized layout of my native language German. What I miss ...
1
vote
0answers
72 views
Key was mapped but key is in password, can't login into Windows
I used a key macro program, I don't recall the name of it, but I ended up mapping one of the keys 'A' to something else, and 'A' is in my password so now i can't even log into Windows, I've tried ...
0
votes
1answer
65 views
OS X ignores alt+3 for # [closed]
On my Mac I cannot type the number sign (#) anymore. No matter what application is running alt+3 is no more working. Any ideas how to reactivate it?
0
votes
2answers
971 views
Get Windows key mapping for a Logitech keyboard on OS X
I have Logitech K340 keyboard. Its key mapping is designed for Windows.
It was no problem to get it working on my MacBook. However, special characters which are reachable via ALT key are mapped like ...
2
votes
3answers
336 views
Should I learn Vim without mapping keys?
I have been using vim for a few months its been a love/hate relationship. I love the concept of modal editing and never having the need to move you hands from the keyboard. The problem is that a lot ...
0
votes
1answer
152 views
Ctrl+h causing backspace instead of help in emacs on cygwin
I want to access the help for a command by using ctrl+h in emacs, but it keeps deleting the previous character. I googled it, and apparently ctrl+h is backspace in a terminal. How do I remove this key ...
0
votes
1answer
220 views
Cygwin - How do I remap X-term keys?
I would like to know how to remap some of the default keys for x-term.
Specifically I would like to remap the Cntrl+leftArrow and Cntrl+rightArrow keys to move a word forward or backwards. I would ...
2
votes
1answer
914 views
How to map keyboard to mouse buttons in OS X
Severe RSI is causing me pain each time I click the mouse.
I would like to map the right CMD and OPT (which I never use) to function as left and right mouse button.
How can I accomplish this?
0
votes
2answers
110 views
Vim: strange behavior of “\” in insert mode
I'm editing a lot of tex files using vim, and therefore I use the \ character a lot.
Yet, when inserting a \ in insert mode, vim pauses the cursor on the same spot for one second, unlike with any ...
1
vote
1answer
956 views
Changing the Keymap in Ubuntu
Is it possible, using Ubuntu Linux, to change the meanings of the keyboards keys? I needed the right shift key to act as the home key and the right ctrl key to act as the end key. How to do this ...
1
vote
1answer
89 views
Can I change the mouse button bindings in Netbeans?
Is it possible to change the bindings for mouse4 and mouse5 (the thumb buttons) in Netbeans? I can't find any option in the NB keymapper, nor can I find anything on Google!
I'm using Netbeans v7.0.1.
...
1
vote
1answer
413 views
alt keys stopped working on X11, how to fix?
I'm running arch linux, latest stable with gnome3 and gdm, I have a US keyboard (notebook). I am using the default layout except that I used xkeybdmap to bind the right alt key to alt gr to get ...
0
votes
1answer
69 views
map a command with vim
How can I map a command in vim which does something like:
:command (I write here and press enter) (Executes another command with the things that I wrote)
or
:badd my_buffer_name
:b my_buffer_name
...
1
vote
0answers
234 views
Map keyboard keys in Mac OS X (Unix)
Currently, when you're inside a terminal, CTRL+a move the cursor to the beginning, while CTRL+e move it to the end. I use those key combinations a lot since I don't have the home and end buttons on my ...
1
vote
2answers
617 views
Remapping right command key to right alt in Mac
For my keyboard layout, I've grown used to having they key right next to my space be Alt-Car (right). Now that I'm on a Mac keyboard, it's Command. Is there any way to map only the right command key ...
10
votes
1answer
4k views
Swap Control and Caps Lock on Windows 7
How can I swap my Control and Caps Lock keys on Windows 7? I've found several options online but all are for previous versions of Windows.
0
votes
2answers
350 views
how to open cpp and h files automaticcaly and split them
hi i'm new to vim but i'm loving it. with NERDtree plugin i want to have a little script then when i open a file (.cpp or .h) it opens automatically the .h and .cpp splitted with .h in uppeer split ...
1
vote
2answers
771 views
Arrow keys not functional in Ubuntu Virtual Machine on Windows 7
I am new to VMware. I am running VMware on Windows 7 and my virtual machine is running Ubuntu 10.04 server edition. Ubuntu shell responds to the down key as it would to the right arrow key and does ...
3
votes
3answers
634 views
How to get the key name to be coded for keymap in vimrc?
In Emacs, I can press Ctrl-h, k, to describe a key. I can get the key name even it's undefined, e.g.,
C-x <C-M-end> is undefined
Thus, I got to know the key name is C-x <C-M-end>.
But ...
0
votes
0answers
421 views
MacVim with Mac Keyboard: Where Is the Right CTRL Key? [duplicate]
Possible Duplicate:
Emulating the ‘right ctrl’ key on MacBook Pro keyboard (which lacks an actual ‘right ctrl’ key)
I can't seem to find it... and I want to use it for MacVim to facilitate ...
1
vote
1answer
231 views
Keyboard not working correctly on laptop
Something has happened keys "qwertyasdfghzxcvbn" work like they should but "uiop" returns "456*", "jkl"="123, m="0". It happens only on windows and idea how to fix it?
7
votes
1answer
2k views
How do I make Mac OS X remember “Modifier Keys” remappings for my external keyboard?
(to be clear, I know there are similar questions such as "How can I remap windows and alt keys in OS X?" - I'm not asking that. I can make the changes I want, they just get reset every time I unplug ...
25
votes
2answers
12k views
Notepad++: Ctrl-S does not Save, instead inserts [DC3]; Ctrl-F inserts [ACK]
I've been using Notepad++ more as my primary code editor. Just a few minutes ago, however, I accidentally pressed some combination of keys (no idea what I pressed) and suddenly my standard shortcut ...
1
vote
1answer
200 views
Japanese Keyboard
I'd like to get a Japanese keyboard for a custom project (reason Japanese is good is the small space bar giving way to lots of modifier keys). I will be respraying the keys, so (superficially) the ...
2
votes
1answer
181 views
Application-specific keymapping
In general, I want to make specific keymaps for application, that working only in it and doesn't affect other apps.
For example, I already use my Caps key to toggle input language (via xorg.conf), ...