PC Review


Reply
Thread Tools Rate Thread

2-key sequence translation

 
 
Bruce Hoyt
Guest
Posts: n/a
 
      12th Jan 2004
I am a dedicated/committed user of the Wordstar control keys sequences. They
have been built-into my brain for 20 years. I have redefined the control key
to be just to the left of the 'A' key on my keyboard so that seqences like
Ctrl+Q_Ctrl+S and Ctrl+Q_Ctrl_D are easy to do.

Is there a program that hooks keys and translates them which will enable me
to use my familiar 2-key sequences with an editor that only allows one key
for an editing function?

Something like AutoIt with key input detection would be great.

Thanks for your help.

Bruce




 
Reply With Quote
 
 
 
 
larrydalooza
Guest
Posts: n/a
 
      13th Jan 2004
> Something like AutoIt with key input detection would be great.

AutoIt3, nearly out of beta, has HotKey assignments. You can set all
your favorite CTRL+(letter) assignments to do whatever you want...

http://www.hiddensoft.com/autoit3/

example: (script sends clipboard contents when CTRL+A)

; script start
HotKeySet("^a","CtrlAFunc")

While 1
Sleep(100)
Wend

Func CtrlAFunc()
Send(ClipGet())
EndFunc
; script end

Larry
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Follow a continuously looped sequence with another slide sequence Tom Grillot Microsoft Powerpoint 2 3rd May 2009 08:42 PM
TreeView: Sort Sequence = Load Sequence? (PeteCresswell) Microsoft Access 4 7th Sep 2006 07:07 PM
how to loop an animated sequence in a slide (sequence consists of. =?Utf-8?B?UFM=?= Microsoft Powerpoint 2 17th Jan 2005 07:47 PM
Creating a numeric sequence within a date sequence =?Utf-8?B?SmVyZW15IEtpbmc=?= Microsoft Access Queries 3 1st Nov 2004 12:47 PM
translation joanne Windows XP Basics 2 20th Aug 2003 06:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:41 PM.