OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Debian => Topic started by: Capn_Fish on June 13, 2008, 10:25:37 am

Title: 1/f1 Issues
Post by: Capn_Fish on June 13, 2008, 10:25:37 am
Sorry if this has been answered already, I saw nothing obvious in my search (it'll also make finding the solution easier).

When using some apps (Epiphany, Gnumeric), the '1' key doesn't work. To make matters worse, it registers as F1, which, in Gnumeric at least, brings up the help (and bogs down the system SOOOO much). Any solutions?

Thanks.
Title: 1/f1 Issues
Post by: 2or0 on June 13, 2008, 05:31:37 pm
Quote from: Capn_Fish
Sorry if this has been answered already, I saw nothing obvious in my search (it'll also make finding the solution easier).

When using some apps (Epiphany, Gnumeric), the '1' key doesn't work. To make matters worse, it registers as F1, which, in Gnumeric at least, brings up the help (and bogs down the system SOOOO much). Any solutions?

Thanks.

The following post may help you:
https://www.oesf.org/forum/index.php?s=&...st&p=175958 (https://www.oesf.org/forum/index.php?s=&showtopic=25039&view=findpost&p=175958)
Title: 1/f1 Issues
Post by: maemorandum on June 13, 2008, 06:31:02 pm
Quote from: 2or0
Quote from: Capn_Fish
Sorry if this has been answered already, I saw nothing obvious in my search (it'll also make finding the solution easier).

When using some apps (Epiphany, Gnumeric), the '1' key doesn't work. To make matters worse, it registers as F1, which, in Gnumeric at least, brings up the help (and bogs down the system SOOOO much). Any solutions?

Thanks.

The following post may help you:
https://www.oesf.org/forum/index.php?s=&...st&p=175958 (https://www.oesf.org/forum/index.php?s=&showtopic=25039&view=findpost&p=175958)

Speaking german. Have the same problem.
But  -–––––––––––– can u say it in clear words?


(Sorry 2or0  , but - is there a chance in this forum to get an answer without solving a complete nineteen post yes-or-no sudoku puzzle?)
Title: 1/f1 Issues
Post by: Capn_Fish on June 13, 2008, 10:22:54 pm
It's easy:

Code: [Select]
cd /usr/bin
mv yelp yelp.orig
EDITOR yelp
chmod a+x yelp

Add this to yelp:
Code: [Select]
#!/bin/sh
xmodmap -e 'keysym 0x31 = 1 exclam'
xmodmap -e 'keysym 0x34 = 4 dollar'
xmodmap -e 'keysym 0x39 = 9 parenright'

Thanks, 2or0, that works great!
Title: 1/f1 Issues
Post by: scottlfa on July 31, 2008, 01:02:41 pm
Gnome sets the 1 and f1 keybindings too, gconfig to change them.