Daniel_Burfoot comments on Less Wrong Product & Service Recommendations - Less Wrong

24 Post author: lukeprog 02 July 2012 01:18PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (365)

You are viewing a single comment's thread.

Comment author: Daniel_Burfoot 02 July 2012 05:07:00PM *  8 points [-]

AutoHotkey

I have been using AutoHotkey to do keyboard remapping for more than a year now. It has given me a very significant improvement in typing speed, but more importantly less strain in my fingers.

I do the following remappings:

  • V-->space
  • Space-->shift
  • CapsLock -->V (I never use CapsLock, so I don't remap anything to it)
  • F4--> Ctrl+S (save)
  • F5--> Ctrl+C (copy)
  • F6--> Ctrl+X (cut)
  • F7--> Ctrl+V (paste)
  • F9 --> Ctrl+Backspace (full word backspace)
  • BackSpace-->J
  • J-->BackSpace

I don't necessarily expect that everyone will find these remappings useful, but I expect that everyone could benefit from some remappings.

Comment author: shminux 02 July 2012 07:51:27PM *  11 points [-]

I don't care much about typing speed, but I find hitting wrong keys very annoying, so I simply pull off the keys I never use, like CapsLock and Insert. Works equally well on Mac, Windows and Linux, no special software required :)

Comment author: rhollerith_dot_com 06 July 2012 05:36:59PM *  2 points [-]

I usually pull off the insert and "Windows" keys and most of the keys from the numpad, leaving enough for a second set of arrow keys and not much more.

Comment author: Emile 03 July 2012 03:17:10PM 0 points [-]

Oh, I used to do that all the time. Those keys should be relabelled "fuck up whatever it is you were trying to write". Now that I'm a bit better at touch-typing, I don't do that any more, maybe I should (insert still is kinda annoying).

Comment author: [deleted] 03 July 2012 04:20:52PM 2 points [-]

I made the entire numpad the boss key (show desktop). :-D

Comment author: wedrifid 03 July 2012 04:25:58PM 3 points [-]

I made the entire numpad the boss key (show desktop). :-D

Wow. You must REALLY like surfing for your unauthorized entertainment!

Comment author: Nisan 02 July 2012 11:13:27PM 0 points [-]

I use AutoHotKey to type diacritics with my US keyboard.

Comment author: eurg 02 July 2012 07:20:56PM 0 points [-]

2nd'd too. I also recommend looking into c't ActiveAid (http://www.heise.de/download/activaid.html). It's a AutoHotkey script collection by the German computer magazine c't, and contains many goodies. The linked page is in German, but the application supports English.

I especially liked it for the excellent Multi-Monitor, Window-Placement, date/time/calendor, notetaking and screenshot support. Most of it is less important with Windows >= 7, but it's still helpful.

Comment author: bbleeker 03 July 2012 09:59:46AM *  0 points [-]

I love PhraseExpress. It basically works like Word's autocorrect, but in all programs. I use it a lot to expand short abbreviations into long text, and to autocorrect typos (e.g. 'kr,.' is converted automatically into "Kind regards, <return><return>My Name", and 'teh' to 'the'). I can use it to quickly enter symbols, too: typing 'kruis,.' for example, pops up a menu with different cross-like symbols: ☓, †, ✚, etc. (kruis is Dutch for cross). It can do more - like remapping keys - but these are the functions I use. You can use it to type diacritics too; I normally use the US International keyboard for that, but there is one annoying program I sometimes need to use where that doesn't always work. PE is free for non-commercial use.

Comment author: lukeprog 02 July 2012 05:16:52PM 0 points [-]

Seconded. When I was on Windows I used AutoHotKey like a boss.