Messages - 222fbj [ switch to compact view ]

Pages: prev1 2 3 [4] 5 6 7 8 9 ... 11next
16
Living Room / Re: Help/question re creating a key sequence
« on: July 21, 2007, 08:08 AM »
Does not work for me... does it work for you?

thanks much

17
Living Room / Re: Help/question re creating a key sequence
« on: July 21, 2007, 05:45 AM »
Thanks again - but it also does not seem to work... (but manually pressing altshift3 still works)
Just to confirm - can the first 2 commented lines (leftover from installation default script) be deleted?
 fyi  - the app is 'scrapture'  http://www.stereopsis.com/scrapture/
===================
;#z::Run www.autohotkey.com
;^!n::
F5::
  send,!+3
  return
===================
fyi - Output....
026: Return (3.00)
027: Send,!+3 (0.02)
028: Return (40.80)
027: Send,!+3 (0.02)
028: Return (53.75)

18
Living Room / Re: Help/question re creating a key sequence
« on: July 21, 2007, 02:36 AM »
Thanks... my autohotkey.ini file is below.  the first 2 lines are from the default ini that comes with a new install - should they be removed?  If I uncomment them AutoHotkey does not load.   The program (scrapture.exe) is working - when I press AltShift3 it does it's thing.  But the code below - when I press F5 does nothing.  I'm not a programmer and new to AutoHotkey - so I'm sure the problem is me... what do I need to change?   thanks

;#z::Run www.autohotkey.com
;^!n::
F5::!+3


19
Living Room / Re: Help/question re creating a key sequence
« on: July 20, 2007, 11:31 AM »
Thanks for that...  but I have another quesion...  What about my useless function keys - is there a way to program a Function Key? (eg to do 'Alt Shift 3') ?

I'm sure a fancy keyboard could do this.. but I've got a plain old $10 model.
Seems like a waste to have those F keys since I hardly ever use them.

thanks again

20
Living Room / Help/question re creating a key sequence
« on: July 19, 2007, 07:23 PM »
Hi all,
I have an application that requres Alt+Shift+3 to activate.
Can I create a batch file that will perfrom this?
I'd like to put this in my quicklaunch bar, and click to activate.

thanks for any suggestions.

Barrett

Pages: prev1 2 3 [4] 5 6 7 8 9 ... 11next
Go to full version