Ubuntu :: Remap Arrow Keys To Win+ijkl ?

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


ADVERTISEMENT

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 View Related

Ubuntu :: How To Remap And Disable Keys

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

Ubuntu :: Software To Remap Keys?

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

General :: Keyboard - Remap Keys For One Specific Program?

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

General :: 10.10 - Running Command On Startup (Remap Keys)

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

Fedora :: F10, F11- Remap Keys ( Disable Caps Lock And So On With Xmodmap )?

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

Ubuntu :: Scrolling Using Arrow Keys In Firefox?

Jan 30, 2010

When using firefox, if I use my arrow keys in the keyboard to scroll through the Window, it works only if the mouse pointer is inside the window. Otherwise, the scroll doesn't work. Is there any way to solve this problem?

It's not just the arrow keys, even the TouchPad scroll on my laptop also.

View 5 Replies View Related

Ubuntu :: Tab Key / Arrow Keys Not Working When On Firefox

Aug 14, 2010

This is a weird problem I am facing right now. I am using Ubuntu 10.04 (lucid) Firefox 3.6.3. The tab key, the arrow keys and the page down / up keys dont work anymore. They're working fine in any other application, like Chrome.

The keys were fine till yesterday and suddenly they have stopped responding.

View 6 Replies View Related

Ubuntu :: How To Disable Arrow Keys On Laptop

Jul 6, 2011

I am having a lot of problems with hitting the arrow keys while typing. At least, I think that's what it is. Maybe the page up/down/back buttons, too. Is there a way to disable one or more keys on the keyboard via software, other than going into BIOS? It's getting annoying having to retype stuff over and over. I guess maybe I'm just not used to my new keyboard, is all. But I never use those buttons and likely never will.

View 9 Replies View Related

Ubuntu Installation :: 9.10 Arrow Keys Locked In Gameplay?

Jan 2, 2010

Recently did a fresh install of Ubuntu 9.1. Great OS. One minor issue with the keyboard.

When playing games, both for Linux and through wine, the game will respond as if the up and left arrow keys are being constantly held down.

It acts like this in Cave Story (Linux version), Sonic Adventure DX Directors Cut: Demo A Version (Wine), and Star Trek Legacy (Wine).

This does not occur when using any non-game applications on my system, such as Open Office. This does not occur when using anything on the Internet, such as simply typing or Internet games.

Other Info, may or may not be helpful: Used ubuntu 8.04 previously, erased old ubuntu partition when upgrading. Arrow Keys responded fine for all applications listed above. Have a Microsoft Windows XP partition as well, only use it for applications that don't run in wine.

View 2 Replies View Related

Ubuntu Installation :: Left / Right Arrow Keys Not Working?

Oct 21, 2010

Just did a fresh install of maverick and out of the blue the left and right arrow keys are no longer working. the arrows on the numerical pad work.

View 2 Replies View Related

Ubuntu :: Arrow Keys Not Working In Nano / Sort It?

Feb 16, 2011

When using nano in the terminal, I can't seem to navigate text using the arrow keys - everything I have read about nano says I should be able to do this.

My Ubuntu installation has no GUI, so I can't use the mouse for navigation.

View 5 Replies View Related

Ubuntu :: Way To Get Arrow Keys To Control Mouse Pointer

Jun 6, 2011

I was just wondering if there is any program/script/code/trick/way to get the arrow keys to control the mouse pointer and, well basically, the keyboard to do stuff you would do with the mouse..?

And i know about keyboard shortccuts

P.S.: Anyone wanna go searching for 'The Beach' in thailand?

View 7 Replies View Related

Fedora :: Left And Up Arrow Keys Not Working?

Apr 6, 2010

I just installed fc12 on a Dell Latitude E6500 laptop. Everything is fine except that my Left and Up arrow keys are inactive so .e.g. I can't review bash history.

In the "keyboard preferences" GUI the keyboard model is "evdev-managed keyboard" (although I have also tried without success the model specific for this laptop) and the only layout is "USA".

Have done an update of all packages without fixing this problem.

View 2 Replies View Related

Fedora :: Using Alt + Arrow Keys With Inkscape On 15 (GNOME 3)

Jul 3, 2011

I'm using Inkscape on Fedora 15 and when I try to use ALT + [arrow key] to adjust the space between letters, nothing happens. Is that key combination assigned to some other function in GNOME3?

how I might get Alt + [arrow key] to work with Inkscape and Fedora 15

View 1 Replies View Related

General :: Bash : Echo Arrow Keys?

Aug 12, 2010

Is it possible to echo the arrow keys (up, down, left, right) in bash?

View 4 Replies View Related

Ubuntu :: Stop Remote Simulating Keyboard Arrow Keys?

Oct 11, 2010

I have updated to 10.10 and now my ir remote is simulating keyboard arrow keys which is causing problems in applications like Boxee. The weird thing is if I stop lircd it still simulates the keyboard arrow keys.

Does anyone know how to stop the keyboard arrow keys from triggering when the ir remote up, down, left or right buttons are pressed?

(Here are all the IR config files)

hardware.conf

Code:
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="Streamzap PC Remote"
REMOTE_MODULES="lirc_dev streamzap"

[Code]....

View 2 Replies View Related

Ubuntu :: Screen Orientation Switched / But How To Rotate The Arrow Keys

Aug 19, 2011

So, I have my trusty ol' Aspire One ZG5 running with Natty. I like changing the screen orientation (sideways) to read comic books and books. I've learned how by this page: URL...So, I have no trouble changing my screen orientation with a quick key-combo, but I still need help,I'm trying to figure out how to change the "orientation" of the arrow keys along with the screen. So when i have the screen oriented to the left, the left key works as the up, the up down as the right, etc.

View 1 Replies View Related

OpenSUSE Install :: Arrow Keys Don't Work In GRUB

May 26, 2010

I bought a fancy new keyboard a couple of weeks ago, a Logitech illuminated one, and it works great in openSuSE 11.2 . . . after it's booted up. It's a dual boot system, however, and today I needed to get into Windows to do some CAD work, and couldn't! That's when I discovered that the arrow keys didn't work in GRUB. It's the particular keyboard, because I can plug the old one in and the problem goes away. Both are USB keyboards. And it must have something to do with loading a keyboard driver of some sort prior to the GRUB screen, because the new keyboard works fine once the bootup is completed. In fact, I've been using it for a couple of weeks now and didn't notice a problem until today.

View 3 Replies View Related

Fedora :: Arrow Keys Won't Work In Boot Menu / Resolve This?

Oct 26, 2010

FC13

When rebooting and in Boot Selection Menu , the Arrow keys won't go down through kernel selections. They just won't move.

Is this a Linux or CMOS problem ?

View 1 Replies View Related

Ubuntu Installation :: 10.04 Grub Wont Recognize Arrow Keys On Wireless Keyboard?

Jan 29, 2011

I have dual boot (winxp) which has been working for over a year now.But for some reason recently, grub wont recognise the keyboards arrow keys. ie cant change menu selection. in fact it wont recognise keyboard at all it seems. Pressing enter wont work either. I have to wait for the timeout.

The arrows work before hand (like in bios settings) and after once ubuntu has booted. Just not in the grub menu

Its something to with the USB wireless keyboard. If i replace it for standard PS2 kybd it works.

View 1 Replies View Related

Ubuntu Installation :: 10.10 - Can't Boot From DVD - Arrow Keys Did Not Change The Boot Option ?

Jan 7, 2011

I am attempting to try install XUbuntu.

I loaded the dvd (one that came with Linux Format Magazine No. 139), changed BIOS to boot from dvd, and then:

I get the welcome screen with the options to boot Ubuntu, KUbuntu, XUbuntu or Boot from First Hard Disk. As I have an older laptop I was going to try XUbuntu. However, the arrow keys did not change the boot option. In fact nothing worked, Tab did not bring up a menu and Enter did not initiate boot.

I tried reloading the dvd, switching off the laptop (no way to shutdown) and restarting but always come up with the same problem.

My DVD drive works fine and the dvd appears not to be faulty since all the info is readable when it is loaded with windows running.

My system details are:

HP compaqnx9000
Mobile Intel Pentium(R) 4-m CPU 2.20 GHz 219GHz 704MB RAM
Optiarc DVD RW AD-7580A
Radeon 1GP 340M

View 5 Replies View Related

Slackware :: Konsole Does Not Recognize Keypad Arrow Keys On Slackware 13.0 / Fix It?

Jan 18, 2010

Konsole does not respond to the following keys on my stand-along usb
keypad:
rightarrow,leftarrow,uparrow,downarrow,home,end,pageup,pagedown

Both of the other terminal emulators on slack do recognize
these keys (xterm and xfce terminal emulator).

I can also confirm that xev, if launched from konsole will recognize
these keys.

Konsole is my terminal emulator of choice and it is really nice to
be able to use my left hand for navigation and command retrieval.

Also, keypad arrows work in X apps.

View 1 Replies View Related

Ubuntu :: Accessibility Equivalent For Sticky Keys And Mouse Keys?

Jun 27, 2011

Just wondering if Ubuntu has an Accessibility equivalent for sticky keys and mouse keys.

View 1 Replies View Related

General :: Re-mapping Non-standard Keys To Modifier Keys?

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

Ubuntu :: Looking To Remap Mouse Buttons?

Apr 22, 2010

I play World Of Warcraft and in Windows I used a program that allowed me to map my 2 side buttons to one being CTRL and the other ALT to make for much easier keybindings. Does anyone know how I can do this with ubuntu?

View 1 Replies View Related

Ubuntu :: Finch Remap To Win Key And Not Alt Or Ctrl

Apr 20, 2011

After having a few issues with pidgin I've decided to play with pidgin. Its great, but I'm looking for a way to remap the commands to use the Windows key instead of the Alt key. I've found lots of references that show how to remap using the .gntrc file, but none that mention the windows key. This says I can rebind: [URL] And the examples on all the pages I could google are setup to use Alt (a) or Ctrl (c), but not the windows key. Examples I've found follow this format. Simple enough, but what to use for the Win key?

[GntWM::binding]
c-a-n = window-next

I wanted to use Ctrl-Alt-n ,but I would like to use Win-n

View 1 Replies View Related

Ubuntu / Apple :: Remap Mouse Button 3?

Jan 26, 2010

wondering if any other ppc users have had the issue whereby, after the first unsuccessful power down (or sometimes the second or third) of a fresh ubuntu 9.10 install, mouse button 3, which is normally mapped to F12, becomes function (fn) + F12.? This is really annoying as you now have to use two hands to activate the little drop down menu. So i tried remapping mouse button three to that strange little key beside the left arrow on an ibook keyboard that looks like a picnic table and which, under os x, renames stuff.

I ran "gksu gedit /etc/sysctl.d/10-arch-specific.conf" and edited it accordingly: mouse button 3 from keycode 88 to 104. It works, but i still have to press function to activate it and fn + F12 still works simultaneously (though it is no longer defined in the conf file), and my new key doesnt offer the same functionality (eg, it doesnt give spell check options in firefox where fn + F12 does). Arg. Anybody know how to make it so that i can activate mouse button three without having to press function?

View 9 Replies View Related

Ubuntu :: How Does One Remap Mouse Buttons To Keystrokes

Nov 17, 2010

I've been playing a fair amount of Minecraft. Awesome game, but I really dislike that the mouse buttons bindings aren't editable. I was wondering if there was a program out there for Linux that can remap a mouse button (Like [Right Click]) to a key on your keyboard. (Like the [Spacebar]) I've done some digging around, but nothing shows up to edit the three standard mouse buttons, just the extended ones.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved