Hotkeys Discussion Forum

The Hotkeys Discussion Forum is a forum where users of Hotkeys (including the author) can post their experiences with the program, suggestions etc.

Also, any questions regarding the use of the program can be posted here and I'll try to answer them within one working day.

Mouse Clicks

by

I have a couple of applications that don't have equivalent keystrokes for certain mouse actions. How can I map those actions to hotkeys?

Posted on Jan 24, 2000, 8:50 AM

Respond to this message

Goto Forum Home

Re: Mouse clicks

by

Hi JD

Unfortunately, not yet. Hotkeys 2000 is about to go into beta (took me another three weeks more than expected) and allows you to create hotkey definitions that control the mouse.

If you're interested in receiving the beta-version, just send me an email.

With best regards

Arjen Broeze

Posted on Feb 9, 2000, 5:45 AM

Respond to this message

Goto Forum Home


Special Character Values

by

I use a spectrum analyer software. I want the
value of "alt-key" and "spacebar-key" so that I can maximise
the window. Thank you. Good Program.

Posted on Jan 21, 2000, 8:24 PM

Respond to this message

Goto Forum Home

Re: Special character values

by

Hi Adam

The hotkey definition file in version 1.51 already has these defined: Alt+F1 = minimize, Alt+F2 = maximize, Alt+F3 = restore.

These are all done using Sendkeys (where Alt=%)

e.g. "% {DOWN}{DOWN}{DOWN}{ENTER}"

will minimize the current window

Hope this helps

With best regards

Arjen Broeze

Posted on Feb 9, 2000, 5:43 AM

Respond to this message

Goto Forum Home


Running Control Panel Applets

by

I see in your example hotkey definitions
that you can access KEYPBOARD PROPERTIES by
using control main.cpl @1
and FONT PROPERTIES by using
control main.cpl @3

Where is a list of these parameters?

Thanks Sterling

Posted on Jan 19, 2000, 9:27 AM

Respond to this message

Goto Forum Home

Re: Running control panel applets

by

Hi Sterling

I don't know if there is a list of all applets defined in the different CPL files that come with Windows. I think I got the information about these applets somewhere on the microsoft website.

But, trial and error on your existing CPL files works just as well. The CPL filename is the applet to run and the @x is the applet number to start. So, 'main.cpl @1' is the second applet in main.cpl (numbers start at zero) which is the keyboard properties dialog.

Hope this helps a little.

With best regards

Arjen Broeze





Posted on Feb 9, 2000, 5:41 AM

Respond to this message

Goto Forum Home


Repeated commands. Help!

by

I downloaded hotkeys and think is a great program. However, I have a couple of questions. I'm trying to automate a function that we do all the time. Is there anyways that I can tell the program to move a certain number of spaces to the right or left? What I've been doing is typing {right}{right}{right} if I want the cursor to move 3 spaces to the right. However sometimes it is suppossed to move as much as 20 spaces in one direction. Also I'm creating different commands and then I use the feature Execute Multiple commands, However, the first three commands execute amazingly fast but when it comes to the fourth one it becomes really slow. I don't know if this is because It has so many right , left, up and down commands or what is the reason for this.

Would you please let me know if there's a way to fix this problem, or what I might be doing wrong. I really appreciate your help with this matter.

Posted on Jan 18, 2000, 12:52 PM

Respond to this message

Goto Forum Home

Re: Repeated commands. Help!

by

Hi John

Hotkeys 2000 (which is about to go into beta) solves all these issues. The multiple commands hotkey definition is gone. Now all hotkey definitions can contain multiple actions and the slowness should be over now.

The Sendkeys command has been augmented to allow a repeat count for characters (e.g. {DOWN=12}) and also includes date and time macro's.


If you're interested in receiving the beta-version, just send me an email.

With best regards

Arjen Broeze



Posted on Feb 9, 2000, 6:13 AM

Respond to this message

Goto Forum Home


Issues and good points

by

I don't have used much similar programs, but Hotkey is my favorite and I probably won't change for anything else

Its strong points are:
- Win key handling. Most similar programs just ignore it... I also love the concept of Placeholder, avoiding conflict with predefined shortcuts. However, the list could be increased, you don't list Win+D on Win95SR1+ and Win98, Win+Pause, Win+F1, Win+Tab, Win+F, Win+Ctrl+F, Shift+F10.
- The sort by column is very useful too. And the resizable dialog is wonderful.
- The virtual clipboards are useful, but a bit awkward to use. Switching before copying or pasting isn't very natural.
- The optional icon in the taskbar. Not much programs allow this, very useful to unclutter this bar. (Actually, I keep the informative icon, but I like it anyway).

Some issues are:
- For Minimize / Maximize Window, you should use {DOWN} instead of {UP} because some programs add items to the system menu, and they are add at the bottom of this menu. With DOWN, the focus wraps and goes to the top of the menu, so it's OK.
- Sometimes (rarely, I must say), Hotkeys hangs. I don't know with. There is this problem with printing, too.
- I also have this problem of missing some characters, I will try the DELAY trick.
- I don't like the install of Hotkeys... In most cases, I don't like installs anyway. But this one is annoying as it don't ask where I want to put the Hotkeys directory. Well, as far as I can remember, it does, but it ignore the input...

A wish list:
- I would have prefered a text only HKD file, to mess up with it... Or, at least, a Copy Key command, because I can have several keys differing only slightly (eg., typing user names and passwords for program tests, differing only by a number).
- Of course, the Windows shortcut box (allowing to hit Ctrl+Shift+C to input this combination in a kind of edit box) is good, but as you point it, it don't allow Win key. And anyway, the checkboxes are fine for me. By the way, for those who don't know this trick, if the combo box have the focus, hitting a letter display the next entry beginning with this letter (eg. hitting C displays Capslock, then C, then Capslock, etc.).
- An interesting feature could be prefix keys: in my previous example (user name & passwords), I use Win+1, Win+2, etc. It eats a lot of combinations. I could use something like Win+Ctrl+T,1 Win+Ctrl+T,2 etc. Ie. typing a prefix key (Win+Ctrl+T), then a secondary key (1, 2, etc., perhaps in a limited time).

Okay, that's a pretty long message already, I will stop here.
Keep up the good work.


Posted on Jan 18, 2000, 10:30 AM

Respond to this message

Goto Forum Home

Re: issues and good points

by

Hi Philippe

Regarding your issues and wish-list:

>- For Minimize / Maximize Window, you should use
>{DOWN} instead of {UP} because some programs add
>items to the system menu, and they are add at
>the bottom of this menu. With DOWN, the focus
>wraps and goes to the top of the menu, so it's
>OK.
Done in Hotkeys 2000.

>- Sometimes (rarely, I must say), Hotkeys hangs.
>I don't know with. There is this problem with
>printing, too.
Should be fixed in Hotkeys 2000

>- I also have this problem of missing some
>characters, I will try the DELAY trick.
Should also be fixed in Hotkeys 2000

>- I don't like the install of Hotkeys... In most
>cases, I don't like installs anyway. But this
>one is annoying as it don't ask where I want to
>put the Hotkeys directory. Well, as far as I can
>remember, it does, but it ignore the input...
I didn't like it either, but it was nice and small. Hotkeys 2000 has a better install. Still lots to be improved on, but at least it allows you where to put the program.

>A wish list:
>- I would have prefered a text only HKD file, to
>mess up with it... Or, at least, a Copy Key
>command, because I can have several keys
>differing only slightly (eg., typing user names
>and passwords for program tests, differing only
>by a number).
Sorry about that one. Hotkeys 2000 makes it even more unreadable (you can use passwords to protect your definition file from being opened or modified).

>- Of course, the Windows shortcut box (allowing
>to hit Ctrl+Shift+C to input this combination in
>a kind of edit box) is good, but as you point
>it, it don't allow Win key. And anyway, the
>checkboxes are fine for me.
Did it anyway. I created a new component that allows you to simply press the desired hotkey combination (like in the Windows shortcut box, but now allowing the Windows key as well).

>- An interesting feature could be prefix keys:
>in my previous example (user name & passwords),
>I use Win+1, Win+2, etc. It eats a lot of
>combinations. I could use something like
>Win+Ctrl+T,1 Win+Ctrl+T,2 etc. Ie. typing a
>prefix key (Win+Ctrl+T), then a secondary key
>(1, 2, etc., perhaps in a limited time).
You can do that already. Have Ctrl+Win+T load a new hotkey definition file and then define the hotkey definitions in that file as Ctrl+Win+1, Ctrl+Win+2 etc. You can make these definitions multiple hotkey definitions: do the stuff they have to do and then reload the previous hotkey definition file. Hotkeys 2000 contains an example of this usage.

Hotkeys 2000 is about to go into beta, but if you like, I can send you a copy already to see if this is what you need. Just let me know.

With best regards

Arjen Broeze




Posted on Feb 9, 2000, 6:10 AM

Respond to this message

Goto Forum Home


Windows 2000 supports?

by

Ummm...this doesn't seem work too well for Windows 2000..I couldn't use the key to shut down my computer and restart computer..also the special keys like RECYCLEBIN..etc..doesn't work too well either..Any future releases that will support Windows 2000 (NT 5.0)..Thnx

Posted on Jan 16, 2000, 9:03 PM

Respond to this message

Goto Forum Home

Re: Windows 2000 support?

by

Hi Thinh

Since Windows 2000 hasn't been officially released yet, I cannot test Hotkeys (1.51 or 2000) under that system.

As soon as Windows 2000 is released, I'll see what I can do to fix these problems.

With best regards

Arjen Broeze

Posted on Feb 9, 2000, 6:03 AM

Respond to this message

Goto Forum Home


Date Stamp

by

This is a great program.
Is there a way to make a Key combination to insert the system date into a text file? I cant figure it out.
Thank you.

Posted on Jan 8, 2000, 9:33 AM

Respond to this message

Goto Forum Home

Re: Date Stamp

by

Hi Richard

At the moment there is no way to insert the system date in a SendKeys statement. Currently, Hotkeys 2000 is under development that will have a lot of enhancements (including sending date and time in a sendkeys statement).

I expect to be able to release the first beta of Hotkeys 2000 before the end of this month. If you're interested in receiving the beta-version of Hotkeys 2000, send mail to hotkeys-beta@broeze.com and I'll add your name to the distribution list.

With best regards

Arjen Broeze

Posted on Jan 14, 2000, 2:04 AM

Respond to this message

Goto Forum Home


Re: Date Stamp

by

Of course, I expect you will insert Date and Time in system defined formats. Ie., on my system, I will have 18/01/2000 18:42, not 01/18/00 06:42PM or something else.


Posted on Jan 18, 2000, 9:47 AM

Respond to this message

Goto Forum Home


Problems Printing

by

I have noticed some things. The only print option that works it only print the data and hotkeys. Everything else doesn't work right, or crashes hotkeys. Happening to everybosy?

Posted on Jan 4, 2000, 4:28 PM

Respond to this message

Goto Forum Home

Hangs when printing Long Lines

by

I can print off all the fields together except when I add in the DATA field, the Hotkeys process hangs after spooling 287 bytes to the printer. My DATA field has some long lines.

You might try defining your printer as landscape and even switching to legal paper to help you. It didn't help me, however.

Posted on Feb 3, 2000, 11:33 AM

Respond to this message

Goto Forum Home


Problems

by

Hi,
My name is Juan I work at Valic/American General in Houston, TX USA. I downloaded hotkeys and think is a great program. However, I have a couple of questions. I'm trying to automate a function that we do all the time. Is there anyways that I can tell the program to move a certain number of spaces to the right or left? What I've been doing is typing {right}{right}{right} if I want the cursor to move 3 spaces to the right. However sometimes it is suppossed to move as much as 20 spaces in one direction. Also I'm creating different commands and then I use the feature Execute Multiple commands, However, the first three commands execute amazingly fast but when it comes to the fourth one it becomes really slow. I don't know if this is because It has so many right , left, up and down commands or what is the reason for this.

Would you please let me know if there's a way to fix this problem, or what I might be doing wrong. I really appreciate your help with this matter.

Posted on Dec 30, 1999, 9:20 AM

Respond to this message

Goto Forum Home

Also doing same thing multiple times

by

I'm also sending multiple TABS, multiple SHIFT-TABS, multiple RIGHTS, multiple DEL's. It would certainly look cleaner and be easier to read (and would become printable) if there were some syntax to indicated a repetition factor. IMHO. Great Program! Will send off the postcard this weekend!

Posted on Feb 3, 2000, 11:37 AM

Respond to this message

Goto Forum Home


Re: problems

by

Hi Juan

Hi Dan

Hotkeys 2000 (which is about to go into beta) solves all these issues. The multiple commands hotkey definition is gone. Now all hotkey definitions can contain multiple actions and the slowness should be over now.

The Sendkeys command has been augmented to allow a repeat count for characters (e.g. {DOWN=12}) and also includes date and time macro's.


If you're interested in receiving the beta-version, just send me an email.

With best regards

Arjen Broeze

Posted on Feb 9, 2000, 6:00 AM

Respond to this message

Goto Forum Home


Help!

by

I downloaded Hotkeys 95 and Hotkeys 151 but I can't find anything to click on to access it. How does this thing work and where is it?

Posted on Dec 26, 1999, 11:15 PM

Respond to this message

Goto Forum Home

re: Help!

by

Hi Diana

After you install Hotkeys, it is accessible from the system tray (in the lower right corner of the screen) as a tiny icon with a keyboard key on it.

If you double click on the icon, the editor appears, if you right click the icon, the Hotkeys popup menu appear with some other functions.

Hope this answers your question

With best regards

Arjen Broeze

Posted on Dec 28, 1999, 7:10 AM

Respond to this message

Goto Forum Home


Find more forums on DelphiCreate your own forum at Network54
 Copyright © 1999-2010 Network54. All rights reserved.   Terms of Use   Privacy Statement