Author Topic: Where's my pound sign gone?  (Read 1833 times)

Woofage

  • Tofu-eating Wokerati
  • Ain't no hooves on my bike.
Where's my pound sign gone?
« on: 04 June, 2008, 03:08:39 pm »
It seems that in the last couple of days my keyboard setup has decided to not give me anything but "3" when SHIFT+3 is pressed. Checked the settings and it's still set to a standard UK keyboard (which it is). Any thoughts?

System is Hardy Heron 8.06 on AMD64. Cherry keyboard (not that that should matter).
Pen Pusher

Pete

Re: Where's my pound sign gone?
« Reply #1 on: 04 June, 2008, 06:31:42 pm »
Can't help you with that, but this stirs up a memory in me - some 20 years ago I was using Wordstar 2000 for all my word processing at work (this was long before the days of Windows).  It used to silently convert every "£" sign into a "#" sign in all the files.  And when I tried to hand-edit the "£" back in using a binary editor, it still changed it back to a "#" when I tried to print the file.  Even on the dot-matrix printer.

In the end I gave up and got into the habit of typing "pounds" or "GBP".

Re: Where's my pound sign gone?
« Reply #2 on: 04 June, 2008, 06:49:11 pm »
Even though it appears to be configured for the UK keyboard, it's possible that something internally has got confused.  I had a similar issue with my EeePC last week, so I told it to use a US keyboard, which obviously didn't work, and then told it to use a UK keyboard, which in effect forced it to reload the correct bits, and it worked correctly after that.  Depending on the system, you may find a reboot between changes may also be needed to promulgate the changes throughout (although this is more likely to be necessary on Windoze than Linux!)
Actually, it is rocket science.
 

rogerzilla

  • When n+1 gets out of hand
Re: Where's my pound sign gone?
« Reply #3 on: 04 June, 2008, 08:13:57 pm »
Can't help you with that, but this stirs up a memory in me - some 20 years ago I was using Wordstar 2000 for all my word processing at work (this was long before the days of Windows).  It used to silently convert every "£" sign into a "#" sign in all the files.  And when I tried to hand-edit the "£" back in using a binary editor, it still changed it back to a "#" when I tried to print the file.  Even on the dot-matrix printer.

In the end I gave up and got into the habit of typing "pounds" or "GBP".

Ironically, "#" is called a "pound sign" by Americans.
Hard work sometimes pays off in the end, but laziness ALWAYS pays off NOW.

Re: Where's my pound sign gone?
« Reply #4 on: 05 June, 2008, 11:19:53 pm »
Hold down the Alt key. On the numeric keypad, type 0163. Release the Alt key.

Could be a broken Shift key. Beg, steal or borrow another keyboard and try that. If it works, buy a new keyboard. They are pretty-much interchangeable.

Woofage

  • Tofu-eating Wokerati
  • Ain't no hooves on my bike.
Re: Where's my pound sign gone?
« Reply #5 on: 06 June, 2008, 11:49:19 am »
Hold down the Alt key. On the numeric keypad, type 0163. Release the Alt key.

No worky on Linux ;)

Could be a broken Shift key. Beg, steal or borrow another keyboard and try that. If it works, buy a new keyboard. They are pretty-much interchangeable.

Shift key is fine. I did check that first :)
Pen Pusher

Woofage

  • Tofu-eating Wokerati
  • Ain't no hooves on my bike.
Re: Where's my pound sign gone?
« Reply #6 on: 06 June, 2008, 11:51:34 am »
Even though it appears to be configured for the UK keyboard, it's possible that something internally has got confused.  I had a similar issue with my EeePC last week, so I told it to use a US keyboard, which obviously didn't work, and then told it to use a UK keyboard, which in effect forced it to reload the correct bits, and it worked correctly after that.  Depending on the system, you may find a reboot between changes may also be needed to promulgate the changes throughout (although this is more likely to be necessary on Windoze than Linux!)

Tried switching to a different layout and then back again. It didn't fix the problem.

I now get an error on login which may contain some clues. I'll investigate later.

Code: [Select]
Error activating XKB configuration.
It can happen under various circumstances:
- a bug in libxklavier library
- a bug in X server (xkbcomp, xmodmap utilities)
- X server with incompatible libxkbfile implementation

X server version data:
The X.Org Foundation
10400090

If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB
- The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
Pen Pusher

Woofage

  • Tofu-eating Wokerati
  • Ain't no hooves on my bike.
Re: Where's my pound sign gone?
« Reply #7 on: 09 June, 2008, 11:35:00 pm »
Apparently it's an old issue and can be cured by:
Code: [Select]
sudo xmodmap -e 'keycode 12 = 3 sterling'
Google is a wonderful tool :thumbsup:
Pen Pusher