Author Topic: Special characters with Dvorak  (Read 3182 times)

0 Members and 1 Guest are viewing this topic.

Offline appie747

  • Thread Starter
  • Posts: 81
Special characters with Dvorak
« on: Sun, 06 February 2011, 16:34:42 »
Hi, I'm using Dvorak since I started to learn touch-typing a few years ago. in MS Word I can get special characters, using the Ctrl button. For instance é ë and à. In Dutch you need that a lot.
But outside MS Word (also here) this doesn't work. Just now I had to switch back to qwerty. Or use ascii-code: é (Alt 0233) I'm not happy using that a lot...
Anyone have a solution for this?
Thanks!
Kinesis Freestyle Incline (work), Compaq MX 11800 (browns), AlphaGrip AG-5 FOR SALE! (home)

Offline Viett

  • Posts: 224
Special characters with Dvorak
« Reply #1 on: Sun, 06 February 2011, 17:15:25 »
There should be quite a few Dvorak-International variants floating around. This one looks like it was made with Dutch in mind, so you might want to give it a try.
Keyboards: FKBN87MC/NPEK, Dell AT101W (Black), IBM Model M 1391401 (91) x 2, Deck 82 Fire, Cherry MX8100 (Clears), Siig Minitouch
Layouts: Colemak (100WPM), QWERTY (100WPM) -- Alternative Layouts Review

Offline appie747

  • Thread Starter
  • Posts: 81
Special characters with Dvorak
« Reply #2 on: Tue, 08 February 2011, 12:27:56 »
Thank you Viett! Here at home ik works great! Sometimes I have to write an e-mail in German and I can use "ß" that's grëät! Can't install it at work, I'll have to convince the IT department...
Kinesis Freestyle Incline (work), Compaq MX 11800 (browns), AlphaGrip AG-5 FOR SALE! (home)

Offline Zet

  • Posts: 304
Special characters with Dvorak
« Reply #3 on: Sun, 22 May 2011, 00:15:05 »
perhaps you could try using AutoHotKey to make a few scripts with your special characters ;)

Offline appie747

  • Thread Starter
  • Posts: 81
Special characters with Dvorak
« Reply #4 on: Sun, 22 May 2011, 18:12:01 »
Quote from: Zet;349719
perhaps you could try using AutoHotKey to make a few scripts with your special characters ;)

Hey, thanks, that's a good idea! I'm already using autohotkey at work (to remap the backspace to capslock, and a couple of other things) so no trouble to add some lines for the special characters! (why didn't I think of that myself, I wonder...)
Kinesis Freestyle Incline (work), Compaq MX 11800 (browns), AlphaGrip AG-5 FOR SALE! (home)

Offline appie747

  • Thread Starter
  • Posts: 81
Special characters with Dvorak
« Reply #5 on: Wed, 25 May 2011, 10:19:33 »
Hi, I tried to make a script in Autohotkey to create special characters.
line: ^"e::ë but that gave an error.
how should I do that?
Please forgive my less than basic programming skills....
Kinesis Freestyle Incline (work), Compaq MX 11800 (browns), AlphaGrip AG-5 FOR SALE! (home)

Offline Zet

  • Posts: 304
Special characters with Dvorak
« Reply #6 on: Thu, 26 May 2011, 07:51:48 »
better try it like this:
^"w::
Send ë
return

Offline appie747

  • Thread Starter
  • Posts: 81
Special characters with Dvorak
« Reply #7 on: Thu, 26 May 2011, 14:34:52 »
Quote from: Zet;351598
better try it like this:
^"w::
Send ë
return
Okay, I'll try that, thanks!
Kinesis Freestyle Incline (work), Compaq MX 11800 (browns), AlphaGrip AG-5 FOR SALE! (home)

Offline Zet

  • Posts: 304
Special characters with Dvorak
« Reply #8 on: Thu, 26 May 2011, 22:06:37 »
Quote from: appie747;351749
Okay, I'll try that, thanks!
did it work?

Offline appie747

  • Thread Starter
  • Posts: 81
Special characters with Dvorak
« Reply #9 on: Fri, 27 May 2011, 12:25:33 »
Quote from: Zet;351911
did it work?
Thanks for asking, but I haven't found the time to try it out at work. I'll let you know.
Kinesis Freestyle Incline (work), Compaq MX 11800 (browns), AlphaGrip AG-5 FOR SALE! (home)

Offline Zet

  • Posts: 304
Special characters with Dvorak
« Reply #10 on: Thu, 02 June 2011, 21:15:23 »
Quote from: Zet;351598
better try it like this:
^"w::
Send ë
return

 
lol, sorry for my typo there, the real code would be this one instead:

Code: [Select]
^"e::
Send ë
return


Just install AutoHotKey, paste the code in a .txt file, change the extension to .ahk, right click it, and pick 'Run Script' and test it.

Offline appie747

  • Thread Starter
  • Posts: 81
Special characters with Dvorak
« Reply #11 on: Fri, 03 June 2011, 14:42:28 »
I thought as much... still haven't found the time to try it out.... when I do I'll post it ASAP!

(we had a short week, only monday, tuesday and wednesday)
« Last Edit: Fri, 03 June 2011, 14:44:45 by appie747 »
Kinesis Freestyle Incline (work), Compaq MX 11800 (browns), AlphaGrip AG-5 FOR SALE! (home)