The keymap tag has no wiki summary.
1
vote
2answers
119 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
55 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
53 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
0answers
92 views
Two keyboards map for logkeys | Ubuntu
I'm using Ubuntu 10.10, I installed "logkeys" program which can record every hit done on my own keyboard -that's great!- . The point is : it records with one keymap which I can change then can I make ...
0
votes
1answer
37 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
221 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
170 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
0answers
264 views
synergy-foss using Windows 7 as Synergy Server and a Macbook Air (OS X Lion 10.7) as Client
my synergy config looks like following:
section: screens
mac-air:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
...
0
votes
1answer
76 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
101 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 ...
1
vote
1answer
245 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
67 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
141 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 ...
0
votes
1answer
32 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.
...
0
votes
0answers
79 views
X keymap editor?
Does anyone know of a reasonably easy-to-use X keymap editor?
I have an exotic laptop with a non-standard keyboard (a Toshiba AC100, for what it's worth). I would like this to have a keymap that ...
1
vote
0answers
188 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
54 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
114 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
174 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 ...
0
votes
0answers
118 views
Debian keyboard problem
I've just clean-installed Debian and I found some key won't work with Shift: !@%^&(_|" [end] etc.
My keyboard is standard us.
I tried dpkg-reconfigure keyboard-configuration.
help me~
4
votes
1answer
916 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
176 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
470 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
334 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
412 views
MacVim with Mac Keyboard: Where Is the Right CTRL Key? [closed]
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
164 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?
6
votes
1answer
1k 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 ...
17
votes
2answers
8k 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
90 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
122 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), ...
0
votes
1answer
226 views
Map a word or phrase to a keyboard key
I want to map/assign a word or phrase to a keyboard key so I only have to tap the mapped key in stead of typing the entire word. How can I accomplish this?
0
votes
1answer
424 views
Set keymap on LiveCD
With VmWare Workstation 7.1 here, I'm having trouble with BackTrack 4 Live CD.
For some reason, the mouse won't right-click where it appears to be. This would be due to VmWare tools not being ...
0
votes
2answers
226 views
Can't map XF86AudioRaiseVolume key in QJoyPad
I wanted to map my PSone gamepad to do some basic KDE/keyboard/mouse functions and everything works well except one thing. I use logitech ultra-x keyboard which has a few multimedia buttons (play, ...
2
votes
1answer
803 views
Key for controlling synergy on Mac
My mac has Control/Alt(Option)/Command, and with synergy, each key maps Control/LWindows/Meta(Alt). I want to change the mapping to Control/Meta(Alt)/LWindows.
Alt(Option) is key key name is written ...
2
votes
3answers
672 views
How do I type a single tilde (~) on a French keyboard
I am a Brit working on Unix in a French company - I am more or less used to the French keyboard now, but one problem I still have is typing a tilde (~).
The best I can do is either:
Alt-Gréé
...
2
votes
3answers
602 views
Remap laptop brightness keys to Fn + Arrow keys
My new Dell laptop uses Fn+F4 and Fn+F5 to adjust the brightness of the display. How can I remap this to the Fn+Up and Fn+Down key combinations that I'm used to?
6
votes
3answers
558 views
Switch the keys caps lock and shift
Is there a way to switch the shift key with the capslock key?
I have a problem with the shift keys, and I would like to use the caps lock keys, instead of the left shift key.
Mac OS X settings allow ...
0
votes
1answer
803 views
How to change key mappings in Cygwin's Vim
I'm using Vim under Debian, Win Vista and WinXP (the latter two with Cygwin).
To handle tabs more easily, I mapped <C-Left> and <C-Right> to :tab(prev|next). This mapping works like a ...
0
votes
3answers
366 views
Vim: Bind <C-Enter>
Using vim for editing latex; how can I bind C-Enter? I tried the following, which does not work:
imap <C-Enter> \\<CR>
and
imap <C-Return> \\<CR>
However, something like:
...
3
votes
2answers
209 views
F3-F5 keys incorrectly behaving as audio keys
I don't know if this is a configuration issue or a hardware issue, but I have a Kinesis Advantage USB keyboard and for some reason the F3-F5 keys aren't responding as they used to. They don't respond ...
2
votes
1answer
739 views
How do I make Home / End keys behave Windows/Linux like in Terminal.app on Mac OS on Mac Pro laptop?
I was wondering if somebody knows how to use home/end keys behave in a Windows/ Linux fashion. What I mean is that when I press Apple + Left (Home combo on a mac book pro laptop) it should go to the ...
3
votes
2answers
2k views
How to remap a NERDTree shortcut in VIM
I use the Dvorak keyboard layout with VIM, and the 't' key is the 'up' motion when editing a regular file.
The problem is that NERDTree remaps 't' to open files in a new tab. How can I undo that ...
0
votes
1answer
849 views
Remapping Home/End from PC to Mac Via Synergy is not client specific
This question asks about the end key but the answers give no examples: http://superuser.com/questions/60052/what-key-works-like-end-using-a-mac-with-synergy
If they had, I am guessing that they would ...
2
votes
4answers
545 views
Is it possible to bind a windows key combination to currently open application?
I use launchy on every box that I have to interact with for more than a few hours a day, and it certainly makes me more efficient, but I want more. I would like to have a key combination that would ...
1
vote
5answers
927 views
Insert a newline in a perl -e statement?
Consider the following Perl one-liner:
perl -e '$x; $y;'
I'm executing this command in bash and I'd like to insert a newline (\n) between the ; and $y. I'd like to know how to do this in two ...
0
votes
1answer
69 views
vista issue with shift key
for some reason when i press the shift key on my laptop keyboard is mapped to 'ctrl+v' which does a paste. i thought it was the keyboard but then i replaced it with a wireless one,it still gives me ...
0
votes
1answer
459 views
How do I remap ctrl-j to ctrl-c on ubuntu?
I'm trying to remap a bunch of my keys and I'm running into trouble. I'm currently trying to use xmodmap but failing. Maybe there is a better way?
Can someone explain how I can best remap ctrl-j on ...
4
votes
1answer
4k views
Mapping Left Alt key in Vim?
I am able to map the key combination Right Alt+Left Arrow with <a-left> or by <m-left>. But I am not able to map the Left Alt key.
Is there a way to do that?
Edit:
Just to clarity ...
1
vote
2answers
6k views
Which keymap should I use for a wired Mac keyboard in Gentoo Linux?
I just purchase the new wired Mac keyboard:
Running on Gentoo Linux it works mostly fine. The only problem I am having is the function keys and swapping the Alt and Command keys to resemble a ...
2
votes
2answers
188 views
Vim: go to beginning or end of the visual area
I want to do some tricky mappings that wraps currently selected visual area with some code.
In order to do that I need to make sure that I am at the beginning of the current visual area.
Is there any ...