AutoHotkey Community

It is currently May 23rd, 2012, 10:35 pm

All times are UTC [ DST ]


Search found 3 matches
Search these results:

Author Message

 Forum: Scripts   Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011]

 Post subject: Incremental Search
Posted: February 11th, 2011, 2:29 pm 

Replies: 577
Views: 86036


Absolutely love SciTE for AHK. Only thing I'm having a problem with is easily spotting my searched text. For instance when I use the incremental search feature, it is hard for me to see what is being highlighted. Is it possible to ealy flag the text search (change the background or increase the font...

 Forum: Scripts   Topic: Detect Open/Save dialog

Posted: February 23rd, 2010, 2:46 am 

Replies: 4
Views: 5390


I ended up doing something that works for 90% of the cases, doesn't have much overhead and is super-simple

; DETAILS IN OPEN
~^o::
Send, !i
Send, {TAB}{Left}{SPACE}D
return

; DETAILS IN CLOSE
~^s::
Send, !i
Send, {TAB}{Left}{SPACE}D
return

 Forum: Scripts   Topic: Detect Open/Save dialog

Posted: February 21st, 2010, 2:05 pm 

Replies: 4
Views: 5390


Windows drives me crazy that I cannot always have my Open/Close dialogues set to details. I've adapted the code to work when I press Win+N however I'd love to be able to skip this step. I'm sure this is very easy to do however I'm very new to AHK & programming. BTW- here is what I've put at the ...
Sort by:  
Page 1 of 1 [ Search found 3 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group