General :: F3 - F5 Keys Incorrectly Behaving As Audio Keys / Remap Them To Original Meaning?
Apr 17, 2010
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 to anything and, when I tried using F5 on Emacs, it said <XF86AudioNext> is undefined, so I guess it's a weird mapping problem.
Any idea how I could remap them to the original meaning?
View 2 Replies
ADVERTISEMENT
Feb 5, 2010
How can I set keys to be remapped for one specific program in Linux? (More specifically Caps Lock -> Escape for gVim. I hit it accidentally too much to remap it in everything).
View 2 Replies
View Related
Jan 23, 2011
I want to run this command on startup.
xmodmap /etc/xmodmap
I am running Ubuntu 10.10 and need to remap keys. It only seems to work when I run it in terminal after I login.
View 2 Replies
View Related
Mar 7, 2011
I am having what I think is a slightly weird problem with the way some of my keys on my keyboard are mapped. When I try entering the "backslash" keys i get < and for the pipe key i get >. I have tried going through the keyboard layouts and trying other combinations but to no avail
System info
ASUS G51VX
Keyboard: Standard
Ubuntu 10.04 LTS the Lucid Lynx - released in April 2010 and supported until April 2013.
View 5 Replies
View Related
Feb 26, 2010
Just installed the Ubuntu for the first time and I have a problem. My keyboard's "a" key is faulty, it's acting like it's stuck, that is it is constantly typing aaaas so I had to disable it and reassign the letter "a" to another key. I did this quite easily in Windows with a program called KeyTweak...
Now that I started working in Ubuntu, the damn thing started acting just as it did under windows and it's constantly typing a all over the place, so I can't get any work done. How do I disable the key "a" and reassign "a" to another key(like q for instance)? Are there any programs for key remapping in Ubuntu or I'll have to do it manually? If so, how?
View 2 Replies
View Related
Jun 2, 2011
I was wondering if there was any native software like Autohotkey, GlovePIE, etc for Ubuntu that allows you to remap keys / make macros?
Windows has a ton of stuff like this. My first few searches though for Ubuntu software like that has turned up nothing.
View 1 Replies
View Related
Nov 20, 2010
How can I remap arrow keys to windows key + ijkl? I can do this easily in Autohotkey on windows, but I'm struggling on Ubuntu.
I'd really like the solution to work independently of whether I'm using a window manager or not, and to involve modifying as few files as possible; I work on a lots of different machines and am always building new ones, so would like to minimise reconfig effort.
I've tried to understand .Xmodmap, but couldn't make it work (was hard to find detailed docs on modifier keys). Am also considering win+hjkl!
View 2 Replies
View Related
Jun 20, 2009
In Fedora 10 they decided to change to "evdev", so if you used xmodmap in F9, these mapping have changed in F10 and F11 for that matter. In order to find the new key values start
Code:
xev and press a button you would like to know the keycode for. Write this value down. When done, make a file ".xmodmap" and put in the values. "man xmodmap" explains the format. Not easy to understand! So here is how mine looks like.
Code:
clear Lock
keycode 112 = Caps_Lock
keycode 118 = Delete
keycode 119 = Home
[Code]...
This layout is MUCH more logical than the original. Now Delete is the key just to the right of the Backspace key. Back spaces deletes to the left, and Delete deletes to the right, so these keys shoudl of course be next to each other Page Up, Page Down, Home, and End now have the same structure as the arrow keys below. This layout makes it much easier to navigate without looking at the keys, because now the layout makes sense And why shouldn't 0 be to the left of 1? of course it should. 0 is lower than 1.
View 1 Replies
View Related
Apr 7, 2011
I'm running Debian (Squeeze) and I have a toshiba portege m700. It has five buttons on the front just under the screen, which are the only ones accessible when you flip the screen over into tablet mode. One of them is for rotating the screen, and another is for switching to external display. I want to remap the remaining three to control, alt and super so that I can use shortcuts with the stylusThe problem is, when I used showkey to find out the key codes, I found out that each button generates more than one key code:Button 1:
key 126 press >> super_r, although this is distinct from the actual super key (125)
key 7 press >> 6
key 7 release
key 126 release
View 4 Replies
View Related
Jun 27, 2011
Just wondering if Ubuntu has an Accessibility equivalent for sticky keys and mouse keys.
View 1 Replies
View Related
May 26, 2011
I've been making some progress with my new Dell Inspiron n5110 and the OpenSUSE 11.4. After searching through the net I found some drivers to get my laptop going. Now I'm facing the following problem: I want to adjust the audio volume using a special key combination on my laptop(fn+F11 to rise, fn+F12 to lower, and another key that works as mute). Although the sound itself works fine, when I use these keys the have no effect on the volume. It stays exactly the same. Some I ask myself are the drivers for the sound card installed? In "Playback Devices" there are two devices: Internal audio analog stereo(which is the one that is working) and GF108 High Definition Audio Controller Digital Stereo(HDMI). The lsusb provides:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 8086:0189 Intel Corp.
Bus 001 Device 004: ID 1bcf:2880 Sunplus Innovation Technology Inc.
Bus 002 Device 003: ID 0bda:0138 Realtek Semiconductor Corp.
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
So I searched for some Realtek drivers and came up with nothing. If you have any idea on how to get my audio running or how to make the special keys working, please let me know!
View 5 Replies
View Related
Apr 27, 2011
I'm in my terminal and do git pull, git push alot in a work day. On the server I'm pulling and pushing I can't do password less ssh the usual way by generating rsa keys.Is it still possible perhaps for me to enter my password once for a session and do all the git pulls/pushes I want?
View 1 Replies
View Related
Jun 10, 2011
here I need to add user keys to ssh to allow logins remotely. I am using RHEL 6. How do I do this? I am vaguely aware I need to edit a file but not sure which.
View 2 Replies
View Related
Jan 5, 2011
I installed SSH server on my ubuntu-server last night, following this online Guide: https://help.ubuntu.com/10.04/server...sh-server.htmlThen I tried to generate the public and private keys.root@ubuntu-server:~# ssh-keygen t dsaGenerating public/private dsa key pair.Enter file in which to save the key (/root/.ssh/id_dsa):
View 14 Replies
View Related
Apr 8, 2010
I needed to change the openSUSE's 11.2 static IP and now I am having trouble ssh'ing to it. Is there something I have to do to regenerate or update the ssh keys?
View 2 Replies
View Related
Apr 14, 2010
I'm interested in storing my SSH keys and gpg keys on a smartcard for added security. However, I'm a bit uncertain on a few points, which are as follows:
How many keys can I get on a card? I assume both SSH and GPG can store keys on the card. Is there a limit to key size? I see a lot of cards saying they support 2048-bit keys, what about larger sizes? Hardware: can anyone recommend a card/reader combination that works well? I've done a fair amount of research and it seems PC/SC readers can be a bit iffy - is this your experience? Have I missed anything I should be asking? Are there any other hurdles?
I'm aware fsf europe give away cards with membership - I'm not sure I want to join, but... are these cards any good?
View 3 Replies
View Related
Sep 6, 2011
I have accounts on two machine: H1 and H2. I created ssh keys on H1 and installed it on S1. I can now ssh to S1 from H1. I want to do the same from H2. How do I install the ssh keys generated on H1 on H2?
View 3 Replies
View Related
Feb 5, 2010
i want to add keys to the sensor nodes. Hence i want to know whether there is any parameter for key storage in senor nodes
View 1 Replies
View Related
Feb 17, 2011
Just trying to get some packages upgraded on Debian/Lenny, esp. PHP5, but I always get the NO_PUBKEY error from php53.dotdeb.org.
I resolved the same problem with security.debian.org by doing:
apt-get install debian-keyring debian-archive-keyring
apt-key update
but no luck on dotdeb. trying:
gpg --keyserver keys.gnupg.net --recv-key A2098A6E
View 3 Replies
View Related
Mar 19, 2010
I have gpg (not sure how to check the version) installed and running nicely. I am attempting to publicize my public RSA key to various key servers, but even tho everything seems to work nicely in actuality it does not.
Code:
When I check that particular (and others after similar attempts) keyserver for my e-mail address it only finds my old, revoked key. How can I get publishing my RSA key from the command line to work in actuality?
View 1 Replies
View Related
Jan 15, 2010
finishing ultimate debian fluxbox chromium mini distroand need to configure fluxbox keys like Crunchbang's conkyrc belowHow exactly do i do it without messing something up?
Code:
##############################################
# Output
##############################################
[code]....
View 1 Replies
View Related
Jul 29, 2010
For example I want * key to print #. I searched some Web pages about it but information was too complicated and I should learn about it. Do I have to if I just wanna change some keys?
View 4 Replies
View Related
Jul 23, 2010
Is it possible within Linux to program Ctrl + 1 to type my name and address? If so, how?
View 3 Replies
View Related
Nov 15, 2010
I am trying to debug ssh permissions and keys. I am able to connect as root. However, I am unable to login as a new user (e.g., newuser). I have been trying to ssh as localhost to debug the issue. For example:
>ssh -vvvv newuser@localhost
will yield a lot of information. I think this is the relevant section, however, I am unable to resolve:
debug1: Host 'localhost' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:2
debug2: bits set: 533/1024
[Code].....
View 1 Replies
View Related
Feb 18, 2010
Is there any way of getting the arrow keys to act differently while the control key is pressed. On my system ^-Up and Up generate the same code...
View 3 Replies
View Related
Apr 20, 2010
I use Thunderbird on Ubuntu Linux and have just upgraded to Ubuntu 10 / Thunderbird 3. One of my gripes however is that Thunderbird uses a number of shortcut keys that have no secondary key requirements, for example, "Mark as Read" is M. Not ControlM. Just M. Worse, "Mark as Junk" is J. Which means I sometimes inadvertently mark messages as Junk.
How can I customize Thunderbird's shortcuts so, for example, "Mark as Junk" is ControlJ?
View 1 Replies
View Related
May 2, 2011
I have a Mac keyboard where the Alt/Win (i.e. Option/Command) keys are inverted compared to a regular PC keyboard, and I'd like to swap them. I haven't had any luck with xmodmap so far. The standard configuration is as follows:
shift Shift_L (0x32), Shift_R (0x3e)
lock Caps_Lock (0x42)
control Control_L (0x25), Control_R (0x69)
[code]....
View 1 Replies
View Related
Jul 22, 2011
On windows I have an autohotkey script which:
- Only works when caps lock is on
- Generates left, middle and right mouse button events when left control, menu and alt keys are pressed
- Allows holding the keys down (for dragging objects)
Is there an easy way of duplicating this functionality in linux?
View 2 Replies
View Related
Jun 9, 2010
I want the system to see a certain keyboard key as if it were another key. To put an example, suppose I want each time I type 'e' the system sees 't'. Can this be done?
View 7 Replies
View Related
Apr 13, 2010
I know it is possible to have the Gnome nm-applet store keys under KDE (Fedora's KDE flavor does it by default) however I am at a loss as to how to make it do this on Ubuntu. It is a pain having to look up my wifi key(s) every time I boot my system up. I have the gnome keyring installed but this did not resolve the issue.
View 1 Replies
View Related