Is there a program or a key map that allows me to easily type mathematcial symbols and unicode letters such as these symbols in a web form?

Maybe a keyboard mapping? An assitant program?

(What I'm doing now is, copy-pasting relevant symbols, which is far from convenient...)

link|improve this question

62% accept rate
feedback

2 Answers

Some options:

  • If the stuff you put into the web form will be displayed as html, and if the form processing doesn't do any conversion/sanitizing, then you can type the html entities into your input text, e.g. Θ or ∝. It will look ugly in the form input, but displayed as html, it should look like Θ and ∝.

  • You can install a Greek keyboard layout and set an accelerator key combo for switching between keyboards, e.g. Shift+Alt. This will only help for the Greek letters, obviously.

  • You can learn the Alt+Num shortcuts for the symbols you want. The problem with this is that unfortunately, very few the characters on the page you linked have Alt+Num shortcuts.

None of these options will work for every character, so you will still have to resort to copying and pasting in some cases, but it's better than nothing.

link|improve this answer
it's better than nothing, but nothing is not the only other option. I was hoping for a program that would make inserting unicode symbols easier. – Elazar Leibovich Feb 20 '10 at 16:26
Well, judging by the vast number of responses you received in the three months since you posted your question, 'nothing' does appear to be the only other option. You can hope for an easy way out all you want, but that doesn't mean it exists. "Don't let the best be the enemy of the good", as the saying goes. – Martha Feb 22 '10 at 17:10
feedback

See this Autohotkey script: http://www.autohotkey.com/forum/viewtopic.php?t=44766

link|improve this answer
It's not a solution, but I can hack a solution using this function. – Elazar Leibovich Feb 27 '10 at 17:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.