News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Clavier +

Started by Vortex, May 29, 2013, 03:19:05 AM

Previous topic - Next topic

Vortex

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

jcfuller

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

jj2007

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