Jump to content

Hello, I'm feeling a lot of discomfort with my keyboard recently. I have a mechanical keyboard, so the key distances are pretty large. It really bothers me that I have to move my hand left and right all the time to access arrows, especially when programming.

I thought about using alternative arrow keys, that would solve my problem. I would like to be able to do a key combination to use WSAD as my arrow keys or something like that.

Am I able to do that? If yes, then how?

Link to comment
https://linustechtips.com/topic/301383-linux-using-alternative-arrow-keys/
Share on other sites

Link to post
Share on other sites

It's just for Windows.

I don't use Linux so I'm not sure but If you just google for it you should be able to find something for Linux surely? Otherwise some keyboards have drivers that let you switch keys around although you'd have to have a hotkey to toggle it because otherwise typing would be a giant pain.

Link to post
Share on other sites

I don't use Linux so I'm not sure but If you just google for it you should be able to find something for Linux surely? Otherwise some keyboards have drivers that let you switch keys around although you'd have to have a hotkey to toggle it because otherwise typing with be a giant pain.

The thing is that on Linux there are lots of shortcuts, which is really annoying. I have some built-in settings for that but it's very difficult to manage.

 

Edit:

http://askubuntu.com/questions/24916/how-do-i-remap-certain-keys-or-devices

 

And I just solve that problem by hitting the arrows with the right side of my palm. 

It talks about remapping, I want to have an additional shortcut, which is something different.

Link to post
Share on other sites

The thing is that on Linux there are lots of shortcuts, which is really annoying. I have some built-in settings for that but it's very difficult to manage.

Hmm sorry I really don't have any experience using Linux so I can't help any further but if you ask around enough you should be able to find something. Maybe see if you can find a Linux specific forum or thread?

Link to post
Share on other sites

Try switching to Vim or GVim for your text editor, it has some really unconventional and handy short-cuts. It replaces the arrow keys with j, k, h, l so you don't have to move your hands off of the main part of your keyboard.

Also, if you like the Vim short-cuts you should check out a browser extension called Vimium (chrome) or Vimperator (firefox) that allows you to browse the web without ever using the mouse.

export PS1='\[\033[1;30m\]┌╼ \[\033[1;32m\]\u@\h\[\033[1;30m\] ╾╼ \[\033[0;34m\]\w\[\033[0;36m\]\n\[\033[1;30m\]└╼ \[\033[1;37m\]'


"All your threads are belong to /dev/null"


| 80's Terminal Keyboard Conversion | $5 Graphics Card Silence Mod Tutorial | 485KH/s R9 270X | The Smallest Ethernet Cable | Ass Pennies | My Screenfetch |

Link to post
Share on other sites

Try switching to Vim or GVim for your text editor, it has some really unconventional and handy short-cuts. It replaces the arrow keys with j, k, h, l so you don't have to move your hands off of the main part of your keyboard.

Also, if you like the Vim short-cuts you should check out a browser extension called Vimium (chrome) or Vimperator (firefox) that allows you to browse the web without ever using the mouse.

Thanks a lot for help!

Just one small question - what's the complete shortcut for the arrow keys?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×