| Author |
Message |
Topic: Accent Hotkey Script |
jak
Replies: 4
Views: 2222
|
Forum: Scripts & Functions Posted: Fri Sep 05, 2008 7:04 am Subject: Accent Hotkey Script |
Here's another version, posting it here since it might save someone time.
This version uses a different method from the above, and one that does not erase the clipboard (does not use the control-v ... |
Topic: SendInput in Unicode mode |
jak
Replies: 30
Views: 5703
|
Forum: Scripts & Functions Posted: Thu Sep 04, 2008 11:34 pm Subject: SendInput in Unicode mode |
Why do you use the Cyrillic è character (0x0450)? It is matched with the other Cyrillic letters (smaller). The Latin-1 Supplement version (0x00E8) should be better for Latin languages with SendU.
o ... |
Topic: SendInput in Unicode mode |
jak
Replies: 30
Views: 5703
|
Forum: Scripts & Functions Posted: Thu Sep 04, 2008 9:40 pm Subject: SendInput in Unicode mode |
What is the code you send?
I think one difference is that the "transform and control-V" method is actually using the alt+codes, whereas Numpad is using unicode?
For example, my &quo ... |
Topic: SendInput in Unicode mode |
jak
Replies: 30
Views: 5703
|
Forum: Scripts & Functions Posted: Thu Sep 04, 2008 8:09 pm Subject: SendInput in Unicode mode |
Shorter, cleaner code:
Thanks much! i'll try these - one question though -- when I tried your first numput version above in NOTEPAD, with french accents, I was getting a font that was smaller in si ... |
Topic: SendInput in Unicode mode |
jak
Replies: 30
Views: 5703
|
Forum: Scripts & Functions Posted: Thu Sep 04, 2008 5:44 pm Subject: SendInput in Unicode mode |
| If you use it in a hotkey subroutine, like Ctrl-F1, the sent keys will all behave as Ctrl-key combinations, while the user holds the Ctrl key down. You have to do something to fake a release of the Ct ... |
Topic: SendInput in Unicode mode |
jak
Replies: 30
Views: 5703
|
Forum: Scripts & Functions Posted: Thu Sep 04, 2008 2:57 am Subject: SendInput in Unicode mode |
| Hi guys, In looking for a way to type French accents in any program, I came upon this great dll version (instead of the ^v version) and I thought maybe it would be faster or more efficient (is that tr ... |
Topic: Accent Hotkey Script |
jak
Replies: 4
Views: 2222
|
Forum: Scripts & Functions Posted: Wed Sep 03, 2008 4:35 pm Subject: Accent Hotkey Script |
Looks like it could be very useful, but I get the following error message after pressing one of the Win+accent combinations:
it looks like you miscopied 3 lines? (lines 171 and 172, one of which i ... |
Topic: Accent Hotkey Script |
jak
Replies: 4
Views: 2222
|
Forum: Scripts & Functions Posted: Tue Sep 02, 2008 9:15 am Subject: Accent Hotkey Script |
wow, thanks for this, works perfectly for me.
I improved this a bit according to the information found here on this thread:
notepad and powerpoint and so forth as well.
#SingleInstance For ... |
Topic: how to turn off monitor? |
jak
Replies: 16
Views: 1165
|
Forum: Ask for Help Posted: Thu Aug 28, 2008 9:28 pm Subject: how to turn off monitor? |
Any chance of sharing that code, jak?
sure! my version is crude but quite effective; also i happily plagiarized all sorts of code from these forums. The result is below for three functions: &qu ... |
Topic: double click start button to launch windows explorer |
jak
Replies: 3
Views: 101
|
Forum: Ask for Help Posted: Mon Aug 25, 2008 5:31 am Subject: double click start button to launch windows explorer |
thanks! Awesome!  |
Topic: double click start button to launch windows explorer |
jak
Replies: 3
Views: 101
|
Forum: Ask for Help Posted: Sun Aug 24, 2008 11:58 am Subject: double click start button to launch windows explorer |
| So I came up with the great idea of double clicking the start button in winxp to launch windows explorer (or anything else the user may want). Went to write a script - and realized I have no idea how ... |
Topic: Autohide the Windows XP taskbar |
jak
Replies: 4
Views: 657
|
Forum: Ask for Help Posted: Sat Aug 16, 2008 7:50 am Subject: Autohide the Windows XP taskbar |
skan - i know this is from way back, but its not working for me... specifically i'm also trying to toggle 'alwaysontop' for the taskbar. F5 in the above example isnt doing anything.. any ideas?
(no ... |
Topic: question on multiple gui's (how to destroy them selectively) |
jak
Replies: 2
Views: 92
|
Forum: Ask for Help Posted: Tue Aug 12, 2008 9:21 am Subject: question on multiple gui's (how to destroy them selectively) |
hezzu - thanks, that helps a lot actually  |
Topic: question on multiple gui's (how to destroy them selectively) |
jak
Replies: 2
Views: 92
|
Forum: Ask for Help Posted: Tue Aug 12, 2008 8:32 am Subject: question on multiple gui's (how to destroy them selectively) |
my ahk script launches 2 gui's separately.
How do I destroy one of them without destroying the other?
I read the help file but I still have some questions as I couldnt find examples of usage.
s ... |
Topic: Dim Display if Away |
jak
Replies: 3
Views: 294
|
Forum: Ask for Help Posted: Mon Aug 11, 2008 7:12 am Subject: Dim Display if Away |
| ladiko - i know this is from a while ago, but does your dimming program here work by adjusting the actual backlight on the screen? If so, can you post your script in its entirety? Thanks... |
| |