| Author |
Message |
Forum: Support Topic: speed of send function |
| markus2005 |
|
Posted: December 14th, 2009, 9:14 pm
|
|
Replies: 1 Views: 267
|
| Hi, I'm using the send function to enter string quickly - in some java apps it is to quick. Is there an option to enter it a little bit slowier? send me@Email.com{tab} Sleep 100 ; wait a little bit send password{return} The issue now is, that the email is sometimes entered as &qu... |
|
 |
Forum: Scripts Topic: Display and Sort Hotkeys |
| markus2005 |
|
Posted: July 13th, 2009, 5:43 pm
|
|
Replies: 83 Views: 31153
|
The Short-Cut list is shown now, when loading the script.
How can I avoid that? That only, if I click on the menu it is shown!?
And further on, how can I make the window close when pressing the "ESC"-Key? |
|
 |
Forum: Suggestions Topic: Overview: Show all used Shortcuts (as menuoption) |
| markus2005 |
|
Posted: June 16th, 2009, 7:09 pm
|
|
Replies: 1 Views: 716
|
| Hi, I never know all used shortcuts. It would be a very cool feature, to see all used shortcuts in an overview. Possible solution: Right-click on mini icon in the tasks. Then in the menu an option: Show all used keys. Additionally a comment on the shortcut itself would be helpfull. For defining that... |
|
 |
Forum: Scripts Topic: Formate Date Time menu |
| markus2005 |
|
Posted: August 18th, 2008, 8:21 pm
|
|
Replies: 24 Views: 5372
|
|
 |
Forum: Scripts Topic: Formate Date Time menu |
| markus2005 |
|
Posted: April 10th, 2008, 6:12 pm
|
|
Replies: 24 Views: 5372
|
| OK, now I understand your point. The result looks the same, but I learnt something like that at the university. The advantage is, to reuse a code in another call just a simple example: F9 gives you: "2008-04-10" and F10 should give "2008-04-10 This is a DATE" F9 call just the cal... |
|
 |
Forum: Scripts Topic: Formate Date Time menu |
| markus2005 |
|
Posted: April 9th, 2008, 7:24 pm
|
|
Replies: 24 Views: 5372
|
| Out of curiousity, why call the GUI in a separate function? Why not directly in that hotkey call? Does that offer an added benefit of some kind? If always found it a bit awkward in my mind to have subroutines inside of functions like that. I'm not ripping on how you did it or anything, just trying ... |
|
 |
Forum: Scripts Topic: Formate Date Time menu |
| markus2005 |
|
Posted: April 9th, 2008, 12:15 pm
|
|
Replies: 24 Views: 5372
|
| ; ========================================================= ; Templates für Current Date in ISO-FORMAT: YYYY-MM-DD ; ========================================================= ;Key: F9 --> "2006-01-17" F9:: FormatTime, TimeString, , yyyy-MM-dd ;MsgBox %TimeString% send %TimeString% return ... |
|
 |
Forum: Scripts Topic: Formate Date Time menu |
| markus2005 |
|
Posted: April 8th, 2008, 7:41 pm
|
|
Replies: 24 Views: 5372
|
| I did some playing with the GUI and added a DDL to pick the format. I also changed the way it presents the date, I used SendInput like silveredge78. You pick the date and format and it will insert it where the cursor is. This is my first GUI I've worked with and Im open to suggestions/criticism. He... |
|
 |
| Sort by: |