The MASM Forum

Miscellaneous => Hardware & Software Corner => Topic started by: Vortex on May 29, 2013, 03:19:05 AM

Title: Clavier +
Post by: Vortex on May 29, 2013, 03:19:05 AM
QuoteClavier allows to create keyboard shortcuts using almost any keys, including the Windows key (around the Space key).

http://utilfr42.free.fr/util/Clavier.php#desc (http://utilfr42.free.fr/util/Clavier.php#desc)
Title: Re: Clavier +
Post by: jcfuller on May 29, 2013, 05:32:24 AM
I have one of these from the last century but it still works fine.
http://upload.wikimedia.org/wikipedia/commons/6/60/Gatewayanykey.jpg

It allows me to program any key to output just about anything.
I use it extensively for source code.
These are some of my one key items:
Ctrl /
'=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
Ctrl=
'==========================================================================
Ctrl[
'******************************************************************
Ctrl;
WriteText(wxT(""))

Etc..

James
Title: Re: Clavier +
Post by: jj2007 on May 29, 2013, 05:57:51 AM
Quote from: jcfuller on May 29, 2013, 05:32:24 AM
I use it extensively for source code.

Me too - I couldn't live without such shortcuts. For ex, .rep[space] inserts
   .Repeat
      nop
   .Until 0