View previous topic :: View next topic |
Author |
Message |
tucolino Tux's lil' helper


Joined: 12 Jun 2003 Posts: 90
|
Posted: Tue Jun 29, 2004 6:50 pm Post subject: keyboard-workaround |
|
|
well-as-you-can-tell.-my-spacebar-died-on-a-laptop-i-have.-anyone-know-how-i-may-use-the-windows-key-as-a-spacebar?where-can-i-do-such-mapping?by-the-way.it-is-a-hardware-problem.
thanks,
tuco _________________ Alvaro Ramirez
http://www.xenodium.com/blog
eye candy corner |
|
Back to top |
|
 |
genstef Retired Dev


Joined: 13 Jun 2004 Posts: 668 Location: M/Bay/Germany
|
Posted: Tue Jun 29, 2004 7:32 pm Post subject: |
|
|
Map another key to space using xmodmap. |
|
Back to top |
|
 |
tucolino Tux's lil' helper


Joined: 12 Jun 2003 Posts: 90
|
Posted: Tue Jun 29, 2004 9:45 pm Post subject: |
|
|
excellent.thank you. hereś what i did:
1. use xev to find out te code to the windows key (115)
2. create .xmodmaprc and add:
keycode 115 = space
3. run xmodmap .xmodmaprc
4. done!
tuco _________________ Alvaro Ramirez
http://www.xenodium.com/blog
eye candy corner |
|
Back to top |
|
 |
|