| Author |
Message |
Topic: MButton: Close windows(taskbar+titlebar) & open IE links |
ttrickyy
Replies: 18
Views: 4729
|
Forum: Scripts & Functions Posted: Thu Aug 21, 2008 3:10 pm Subject: MButton: Close windows(taskbar+titlebar) & open IE links |
The taskbar middle click function does not work on vista. I tried fooling around with the code myself with no luck. Any ideas on how to make it work?
I messed around with it for about five minute ... |
Topic: MButton: Close windows(taskbar+titlebar) & open IE links |
ttrickyy
Replies: 18
Views: 4729
|
Forum: Scripts & Functions Posted: Mon Aug 18, 2008 3:27 am Subject: MButton: Close windows(taskbar+titlebar) & open IE links |
The taskbar middle click function does not work on vista. I tried fooling around with the code myself with no luck. Any ideas on how to make it work?
I messed around with it for about five minute ... |
Topic: What happened to Fn??? and when are hotkeys overriden? |
ttrickyy
Replies: 8
Views: 237
|
Forum: Ask for Help Posted: Mon Jun 23, 2008 7:08 pm Subject: What happened to Fn??? and when are hotkeys overriden? |
| well, when I push Fn+scrolllock (which normally would turn on numlock), the key history reports a different code for the result. (not the one for scroll lock). So does the computer recogize Fn-somethi ... |
Topic: What happened to Fn??? and when are hotkeys overriden? |
ttrickyy
Replies: 8
Views: 237
|
Forum: Ask for Help Posted: Mon Jun 23, 2008 3:18 am Subject: What happened to Fn??? and when are hotkeys overriden? |
| What make/model of laptop? I have an IBM Thinkpad and I can detect the Fn key but I can't detect any other key while the Fn key is down. For example, I tried making Fn-F launch Firefox, but all it s ... |
Topic: Trying to lock my laptop with a script (no keypress) |
ttrickyy
Replies: 12
Views: 362
|
Forum: Ask for Help Posted: Sat Jun 21, 2008 2:30 am Subject: Trying to lock my laptop with a script (no keypress) |
1920 sounds really good right about now, but I'm stuck with my T42 at 1400x1050 for a while. Most stable laptop I've ever had, though. I love Lenovo--best laptops ever.
I think that the T42 scree ... |
Topic: Trying to lock my laptop with a script (no keypress) |
ttrickyy
Replies: 12
Views: 362
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 3:17 am Subject: Trying to lock my laptop with a script (no keypress) |
Yeah, I ended up using a batch file with the aforementioned command prompt supplement.
The reason I got a T61p was to have my only computer be a laptop for the time being (i.e. college), since it'l ... |
Topic: Please feedback on my Startup hotkey script |
ttrickyy
Replies: 5
Views: 268
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 9:06 pm Subject: Please feedback on my Startup hotkey script |
so, it must be inherent in the prog code itself ?
If it was inherit in the program, theoretically WinMaximize, A should work.
Sysinternals is amazing. Check out the Bluescreen screensaver.
wi ... |
Topic: Trying to lock my laptop with a script (no keypress) |
ttrickyy
Replies: 12
Views: 362
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 9:00 pm Subject: Trying to lock my laptop with a script (no keypress) |
I just got my T61p a month or two ago, and they come with Windows keys now. That's why I love AHK, because it doesn't matter either way.
A lot of my friends got T61p's recently. Personally I sa ... |
Topic: Please feedback on my Startup hotkey script |
ttrickyy
Replies: 5
Views: 268
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 7:37 pm Subject: Please feedback on my Startup hotkey script |
@ttrickyy - thx so much for taking the time !
No problem. I got pretty good at Autohotkey by making my own haxxed-up hotkeys on my laptop, so I figured I'd help other people with their AHK problems ... |
Topic: How to set correct icon for MsgBox ? |
ttrickyy
Replies: 30
Views: 583
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 5:27 pm Subject: How to set correct icon for MsgBox ? |
I admit I don't understand this.
Me neither.
If I rename AHK01.EXE to any other name (for example to AHK01NEW.EXE)
then it works fine.
(MsgBox has the same icon on the taskbar button as AHK01.EX ... |
Topic: Please feedback on my Startup hotkey script |
ttrickyy
Replies: 5
Views: 268
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 5:12 pm Subject: Re: Please feedback on my Startup hotkey script |
According to Process Explorer, this script is running @
2MB Peak Private Bytes / 36MB Virtual Size -
so I've been able to eliminate the other HotKey apps I've been using,
that ran @ 5 - 7 MB.
... |
Topic: How to set correct icon for MsgBox ? |
ttrickyy
Replies: 30
Views: 583
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 4:38 pm Subject: How to set correct icon for MsgBox ? |
You AHK guys are really great.
...
Really pathetic.
One of us does not speak for all of us.
However, if we could get back to the issue at stake. I do not experience the same problem that you ... |
Topic: start default browser with blank screen. |
ttrickyy
Replies: 11
Views: 225
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 1:06 pm Subject: start default browser with blank screen. |
By the way - Thank you trickyt. I'm going to use your method, its not utopia but its the cleanest solution
No problem-- glad I could help. |
Topic: Only allow user access to one website |
ttrickyy
Replies: 10
Views: 257
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 6:40 am Subject: Only allow user access to one website |
Try adding this to the hosts file:
www.*.*
Wouldn't you redirect it to the site that you are kiosking? I've personally used 127.0.0.1 with a webserver running off of my flash drive or vpn'ed to b ... |
Topic: start default browser with blank screen. |
ttrickyy
Replies: 11
Views: 225
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 5:34 am Subject: start default browser with blank screen. |
| The problem with that is that it does not explicitly use the "default browser". I assumed that the original poster mentioned using the default browser instead of using firefox, etc, because ... |
| |