|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
arrow keys in X
When I push my left arrow key and keep it pushed in, my cursor moves back only one place.
This is only in applications in X (more specifically in OpenBox). When my laptop starts and I'm in command line mode, the cursor moves back as long as the arrow key is pushed. What setting / property should I change? Thanks in advance for an answer. Edit: typo corrected Last edited by idefix; 21st September 2009 at 06:08 PM. |
|
|||
Did I ask a stupid question? Or haven't I been clear enough?
|
|
||||
Maybe most people hare are as vi-powered thinking as I am, and rarely use the raw arrow keys for anything.
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
|||
Can you provide the output of the following? in [code][/code] blocks?
$ xset q | grep repeat
|
|
|||
Quote:
Quote:
|
|
|||
I'm not sure what the issue is, perhaps your keyboard uses different keycodes for the arrow/cursor keys? are you able to confirm this using xev(1)?
Also, are you using a US keyboard? if not, then perhaps you need to configure your keyboard in X. |
|
|||
Hi, when I run xev a,d I push the "j" button, the output is:
Code:
KeyRelease event, serial 32, synthetic NO, window 0x1000001, root 0x67, subw 0x0, time 1041239, (383,-12), root:(936,13), state 0x0, keycode 44 (keysym 0x6a, j), same_screen YES, XLookupString gives 1 bytes: (6a) "j" XFilterEvent returns: False When I push the left arrow key, the output is: Code:
KeyPress event, serial 32, synthetic NO, window 0x1000001, root 0x67, subw 0x0, time 1042199, (383,-12), root:(936,13), state 0x0, keycode 100 (keysym 0xff51, Left), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False I'm using a belgian keyboard. I've put in .xinitrc the following line: Code:
setxkbmap be Last edited by idefix; 25th September 2009 at 05:28 AM. |
|
|||
Problem solved thanks to the clues that you gave!
I added Code:
Option "XkbLayout" "be" Code:
setxkbmap be And now it works fine! (And I learned alot this morning) Thanks for the help. Edit: I don't see the thanks-button? Am I overlooking it? Last edited by idefix; 25th September 2009 at 08:03 AM. |
|
|||
The "Thanks!" button might return in a future forum update.
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ncurses & function keys | JimC | OpenBSD General | 1 | 24th October 2011 02:36 PM |
change compiz-fusion shortcut keys | cuongvt | FreeBSD General | 2 | 21st September 2008 11:29 AM |