| Author |
Message |
Forum: Scripts Topic: Quick testing of script code placed on web |
| The gray Cardinal |
|
Posted: December 20th, 2008, 4:50 pm
|
|
Replies: 1 Views: 720
|
| This script provides quick testing of script code (or similar code) placed on web pages (for example on forum pages). The script allows you to automatize the following set of operations: to copy selected code to the clipboard, create on a disk a temporary file with a relevant extension, open the fil... |
|
 |
Forum: Support Topic: A suggestion on developing AutoHotkey |
| The gray Cardinal |
|
Posted: May 17th, 2007, 8:35 am
|
|
Replies: 8 Views: 431
|
engunneer wrote: you could use the Hotkey command to dynamically generate all of the keys. What will it change? |
|
 |
Forum: Support Topic: A suggestion on developing AutoHotkey |
| The gray Cardinal |
|
Posted: May 17th, 2007, 6:45 am
|
|
Replies: 8 Views: 431
|
| I'd like to have an opportunity to write something like that: AnyKey:: MsgBox, You pressed %A_ThisHotkey% Return AnyKey Up:: MsgBox, You pressed and released %A_ThisHotkey% Return Suppose "AnyKey" means not any key, but overwhelming majority of keys. What could it be of use to? Many text e... |
|
 |
Forum: Support Topic: Stop the execution of previously invoked script |
| The gray Cardinal |
|
Posted: August 30th, 2006, 1:25 pm
|
|
Replies: 2 Views: 513
|
|
 |
Forum: Support Topic: Stop the execution of previously invoked script |
| The gray Cardinal |
|
Posted: August 30th, 2006, 8:27 am
|
|
Replies: 2 Views: 513
|
| I'm trying to stop the execution of previously invoked script by programming means. I launch the ExitApp command pressing a certain combination of keys. In another script I send this combination by means of the Send command. In the first script I write: ^!+#F12::ExitApp ; CTRL+ALT+SHIFT+WIN+F12 In t... |
|
 |
Forum: Support Topic: AutoHotkey and Russian language are friends forever |
| The gray Cardinal |
|
Posted: June 4th, 2006, 8:45 pm
|
|
Replies: 12 Views: 1231
|
|
 |
Forum: Support Topic: AutoHotkey and Russian language are friends forever |
| The gray Cardinal |
|
Posted: June 3rd, 2006, 3:18 pm
|
|
Replies: 12 Views: 1231
|
| There are two small problems: 1. The ControlSend command still sends a Russian text correctly only if the layout of an application-recipient is Russian. By the way, if the layout of an application-recipient is Russian, an English text won't be sent correctly either. If the Germans are lucky in this ... |
|
 |
Forum: Support Topic: AutoHotkey and Russian language are friends forever |
| The gray Cardinal |
|
Posted: June 1st, 2006, 9:42 pm
|
|
Replies: 12 Views: 1231
|
| The ControlSend (ControlSendRaw) command has the following peculiarity: only a text of the same layout as the current layout in a target application is sent normally. That is, if the text that is to be sent is in Russian, then everything will be OK only if the target application also has the Russian... |
|
 |
Forum: Support Topic: AutoHotkey and Russian language are friends forever |
| The gray Cardinal |
|
Posted: June 1st, 2006, 9:39 pm
|
|
Replies: 12 Views: 1231
|
| The Send command works almost well :) "Almost", because those control keys that depend on the layout are sent correctly, only if they are assigned by means of Scan-code, or if the current layout in a target application is English. What I mean is: Send, ^{sc02E} ; Press CTRL+C ... |
|
 |
Forum: Support Topic: AutoHotkey and Russian language are friends forever |
| The gray Cardinal |
|
Posted: June 1st, 2006, 7:30 pm
|
|
Replies: 12 Views: 1231
|
| Is it possible to assign hotkeys in English if the default language is Russian and vice versa? For example, in Russia the default language in a system is assigned to one's liking, that is, a part of the users have it in Russian, and the other part - in English. That's why assignments of such hotkeys... |
|
 |
Forum: Scripts Topic: :: SmartGUI Creator :: |
| The gray Cardinal |
|
Posted: May 30th, 2006, 8:13 am
|
|
Replies: 815 Views: 318992
|
| If the default language in a system is Russian, then when you launch SmartGUI.exe, it displays the "D" is not a valid key name within a hotkey label. message and quits. |
|
 |
Forum: Support Topic: AutoHotkey and Russian language are friends forever |
| The gray Cardinal |
|
Posted: May 29th, 2006, 7:41 pm
|
|
Replies: 12 Views: 1231
|
Hooray!  |
|
 |
Forum: Support Topic: Menu command call |
| The gray Cardinal |
|
Posted: May 23rd, 2006, 9:02 pm
|
|
Replies: 5 Views: 531
|
| To tell the truth, MS Office was given as an example, while actually I need to automatize another application - http://www.v8.1c.ru/eng/ . What these two applications have in common is that they both use moved toolbars. It is not possible to assign your own hotkeys for menu commands in the above men... |
|
 |
Forum: Support Topic: Menu command call |
| The gray Cardinal |
|
Posted: May 23rd, 2006, 9:44 am
|
|
Replies: 5 Views: 531
|
| I think that using the WinMenuSelectItem command with moved toolbars won’t be a success (IMHO). Imitation of Alt+letter keystrokes is not suitable here because you’ll need a pause to open menu columns, which doesn’t make a script very reliable and attractive (there will be flashings of menu). I’d li... |
|
 |
Forum: Support Topic: Menu command call |
| The gray Cardinal |
|
Posted: May 22nd, 2006, 8:14 pm
|
|
Replies: 5 Views: 531
|
| Is it possible to invoke a menu command of some application if the menu bar is a moved toolbar? For example, how to assign in MS Office a Ctrl+Alt+F12 hotkey for the "File" - "Close" menu command? (The Alt+ letter combination doesn't suit me, I need arbitrary combinations.) |
|
 |
| Sort by: |