Coda,

Off topic on Autohotkey

I am a big user of autohot key, just a few very effective key board 
alternatives.

I just added the following;

^,::
Send <<
return
^.::
send >>
return

So Control < and Control > give be doubles

Others include

   1. NumpadEnter::Send {Down}{Home}
   Move to beginning of next line without a new line
   2. +NumpadEnter::Send {Down}{End}
   Move to the end of next line without a new line
   3. CapsLock::Shift
   Never use Capslock but making it a shift sO I DO NOT SHOUT
   

Which make my life so much easier

Tony

PS Windows 10 considers it malware.
 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b5892b91-31c8-4fb4-949b-e21129ea6afe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to