The Following User Says Thank You to freemangordon For This Useful Post: | ||
|
2011-09-23
, 05:58
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#312
|
Seems you have some keyboard/mouse combo, that is why you have cursor when device is connected.
|
2011-09-23
, 11:07
|
Posts: 29 |
Thanked: 29 times |
Joined on Apr 2010
@ Somewhere in Europe
|
#313
|
|
2011-09-23
, 12:05
|
Posts: 37 |
Thanked: 3 times |
Joined on Jan 2011
@ Polska
|
#314
|
I'm in the same situation like jschan.
My HP TouchPad Wireless Keyboard is connected and properly detected but I can write only letters. No matter which layout I choose, it's still mimicking the phone keyboard layout (i.e. when holding "a" character longer, "*" is written).
I have no problems with USB keyboard via H-E-N. There the layouts are being switched fine.
Thanks in advance for any hints.
|
2011-09-25
, 19:52
|
Posts: 14 |
Thanked: 4 times |
Joined on Nov 2010
|
#315
|
|
2011-09-25
, 20:17
|
Posts: 14 |
Thanked: 4 times |
Joined on Nov 2010
|
#316
|
I think I already told you to not use setxkbmap. If you insist on using it ok, just reminding you that this is EXTKBD thread, not SETXKBMAP thread.
|
2011-09-26
, 07:02
|
Posts: 29 |
Thanked: 29 times |
Joined on Apr 2010
@ Somewhere in Europe
|
#317
|
# Capture multiple key codes - popup will shows up where the keys should be captured and codes are then shown in original terminal. xbindkeys -mk
The Following User Says Thank You to cube48 For This Useful Post: | ||
|
2011-09-26
, 13:00
|
Posts: 87 |
Thanked: 46 times |
Joined on Nov 2010
@ lisbon, portugal
|
#318
|
|
2011-09-26
, 14:01
|
Posts: 37 |
Thanked: 3 times |
Joined on Jan 2011
@ Polska
|
#319
|
I think I'm getting to close to workaround to my problem. I'm using xbindkeys for switching apps to fullscreen. Thanks to xbindkeys I can capture keycodes from BT keyboard and assign them some function/command.
Captured codes can be inserted in xbindkeys config file with associated command. So far so good.Code:# Capture multiple key codes - popup will shows up where the keys should be captured and codes are then shown in original terminal. xbindkeys -mk
What I don't know is how to initiate certain keypress event from xbindkeys as a command. Can anybody give me some hint how to invoke keypresses from terminal? Thanks!
Edit: Answer to my question is: xdotool
|
2011-10-02
, 14:09
|
Posts: 37 |
Thanked: 3 times |
Joined on Jan 2011
@ Polska
|
#320
|
1. First of all please remove all other software that tries to set keyboard layout:
bt-hid-scripts
modified Xorg evdev driver (if installed)
modified layouts
whatever else you have installed related to bluetooth.
2. Reinstall extkbd (and extmou if installed)
in terminal as root:
apt-get install --reinstall extkbd
(apt-get install --reinstall extmou)
3. Reboot your n900
4. After the reboot re-pair your keyboard
5. Go to settings->external keyboard. You should have your bluetooth keyboard listed. Set first language to USA(variant none), second to your preference(Romanian?) and try with different settings for keyboard layout (for example MacBook/MacBook pro) to see if it will work. As your keyboard uses non-standard layout and the model is not supported it could take a while until you find the correct layout. After EVERY settings change you must push Save button so your changes to take effect.
Tags |
bluetooth, keyboard |
Thread Tools | |
|
bt-hid-scripts
modified Xorg evdev driver (if installed)
modified layouts
whatever else you have installed related to bluetooth.
2. Reinstall extkbd (and extmou if installed)
in terminal as root:
apt-get install --reinstall extkbd
(apt-get install --reinstall extmou)
3. Reboot your n900
4. After the reboot re-pair your keyboard
5. Go to settings->external keyboard. You should have your bluetooth keyboard listed. Set first language to USA(variant none), second to your preference(Romanian?) and try with different settings for keyboard layout (for example MacBook/MacBook pro) to see if it will work. As your keyboard uses non-standard layout and the model is not supported it could take a while until you find the correct layout. After EVERY settings change you must push Save button so your changes to take effect.