assign characters to key combinations in XP or Visual Studio .Net
Posted
by cpj
on Stack Overflow
See other posts from Stack Overflow
or by cpj
Published on 2010-05-21T22:13:39Z
Indexed on
2010/05/21
22:20 UTC
Read the original article
Hit count: 195
I'm running Mac OSX on a MacBookPro (UK keyboard). I run windows XP under parallels in a VM. I run Visual Studio .Net 2003 and 2008 in XP in the VM when i need to. I have English United Kingdom and English United states keyboards setup in XP. (they switch sometimes for no apparent reason)
There is no hash "#" key on my mac's keyboard. However, in OSX I can get a hash with an alt+3 key combination. But In Windows XP... I can not make a "#" character.
I can go to the character map in windows and copy a hash.. switch into OSX and copy a hash.. search in code and copy a hash.. but I can not make a hash in XP using my keyboard without typing U+0023: ... which you can imagine is annoying.
coding anything with hash symbols is becoming a choir.
Anyone got any advice or key mapping tricks I can use to get hash characters working in XP using my mac UK keyboard?
© Stack Overflow or respective owner