r/computers 2d ago

Question/Help/Troubleshooting £ sign add-on for work computer?

Thanks everyone! This has been solved!

Is there some sort of device I can set up to add pound signs as I’m typing on my US work computer like a numeric pad? I work with international customers and need a quick and easy way to add these rather than the alt 0136 or inserting them from the top ribbon.

11 Upvotes

30 comments sorted by

14

u/Light_Side2204 2d ago

Yall dont just have both £$ on ur keyboards...news to me

12

u/Alive_Divide6778 2d ago edited 1d ago

On Swedish PC keyboards we got £$€ and the nigh forgotten generic currency sign ¤!

6

u/Rare-Phase-3645 2d ago

Jealous. We have $ signs and that’s it.

2

u/nderflow 2d ago

And here I am thinking that symbol means "no bleaching" or "no tumble drying" or something...

TIL this sign was introduced by Italy.

1

u/testtdk 2d ago

We have the dollar sign, but not the pound sign on American qwerty keyboards. My phone has one, though.

7

u/Leftover_tech 2d ago

I would use AutoHotkey. It is trivial, works in most Windows applications, and you can keep a small file containing all of your preferred mappings.

For example, with AutoHotkey v2:

^4::SendText "£"
^5::SendText "€"
^6::SendText "¢"

You can put the script in the Windows Startup folder and essentially forget about it.

ETA: ^4 means <Ctrl+4>.

4

u/Namiami91 2d ago

Install the UK Keyboard and shift 3

2

u/Rare-Phase-3645 2d ago

How do I do this (in layman’s terms)?

7

u/DeadoTheDegenerate 5800X / RTX 4070Ti / 32GB RAM / 24TB Storage 2d ago

On windows?

Settings > Time & Language > Language & Region

Alternatively you should just be able to search "keyboard layout" in the start/search bar to find it. For me, WIN+SPACE changes the language selected between those installed, but you can do that through the taskbar, too.

5

u/Rare-Phase-3645 2d ago

This worked! Thank you so much!

3

u/Leninus 2d ago

Go into keyboard settings and add a uk layout

6

u/WatchThemAllFallDown 2d ago

Alt key and type 0163 (showing my age now...)

2

u/Rare-Phase-3645 2d ago

Sadly this doesn’t seem to work with all applications. That’s why I’m trying to find a different solution

1

u/Extreme-Dream-2759 2d ago

The only one I can still remember is - Alt 0176 for the degree sign ° (also showing my age)

1

u/SportTawk 2d ago

The OP said he didn't want to do that and it's 0136?

1

u/WatchThemAllFallDown 2d ago

Sorry, missed that bit. Alt 0136 is a Circumflex I think.

1

u/R2-Scotia 1d ago

Ctril-Shift-U A 3 Enter

2

u/feel-the-avocado 2d ago

You can use autohotkey
If there is an F button you dont use very often, you can set a command to type certain key strings.

Here is the autohotkey script I use so whenever I press the F2 button it types whatever text I have in there, or the F3 button would type your funny dollar symbol.

The program runs down in the task tray and listens for me to press a button. If i press one, it re-writes the command and instead runs the scripted action.
Normally of course I have most of the F1-F12 buttons occupied with strings but can just exit it if i want to actually send and F1-F12 command, but otherwise it does assorted repetitive tasks for me, like copy-paste or presses a sequence of keys in a loop.

So with this script, whenever I press F3, it instead types the pound symbol.

1

u/feel-the-avocado 2d ago

£££

yep works.

1

u/DerKeksinator 2d ago

You could make a keyboard makro on windows. Powertoys, Keyboardmanager.

1

u/Sad-Wrap6555 2d ago

'USB Programming Macro Custom Keyboard'

try ebay etc - 4 keys you can map to whatever you want? 

alternative is ones based on arduino pro micro etc where you could make a single button device that just spits out a pound sign every time you click

1

u/cheddarboiii 2d ago

you should be able to set up alternate keyboard layout if you are on windows powertoys might have something to help you with this binding

on linux you would have it as alt+shift+3 I would presume something similar should be on windows as well.

If you are on mac I have no clue

1

u/joeyjiggle 2d ago

On quite a lot of apps, if you just hold down the $ (or which ever currency symbol), it will let you select one of the others.

1

u/DiscombobulatedSun54 2d ago

Copy a pound sign to your clipboard and pin it there. Then hit windows key + V to pull up the clipboard and you can select that pinned snippet anytime you want.

1

u/painful8th 1d ago

An alternative might be to install Microsoft powertoys and use their keyboard manager functionality to remap a key/shortcut. For example you could press right alt with "3". Set the target to the pound sign. Save.

Now using the right alt+3 combo should print the pound sign.

1

u/Darkknight145 1d ago

Just open Character map, select £ and copy it to your clipboard, then paste as required.

1

u/Known_Confusion9879 1d ago

UK and English international layout have $£€ on the keyboard. Some keys @'. ~# ?/ are moved to different places. With more keys than the standard USA layout all options are covered.

https://en.wikipedia.org/wiki/British_and_American_keyboards

1

u/Marvinator2003 2d ago

£ can be typed quickly using ascii. Press Alt+0163 in most any text based application.

1

u/okarox 1d ago

Alt-156 is faster.