ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Clipboard Help+Spell

Opening CH+S From Systray? Hotkeys?

(1/3) > >>

J-Mac:
A couple of hopefully easy questions:

[*] How can I quickly open or show the CH+S full window from the systray icon?  I can always right-click on the icon and then click on "Show...", but that isn't quick at all! Double-clicking the left mouse button does open CH+S but it also two separate but identical popup menus appearing, which I don't need.  Is there a way to quickly and cleanly cause CH+S to show the full window? Lie maybe a hotkey, which brings me to...

[*]  ...Hotkeys in CH+S. In "Options" on the Hotkey tab, there are five hotkeys shown.  Or actually two are shown and the rest have no keys assigned. "Capture/View/Spell" and "Quick Paste Menu" have hotkeys assigned, while "Quick Note Add", "Count Characters", and "Spell Windows Object" have none.  I understand that Spell Windows Object is not yet operative and so would naturally have no hotkey assigned to it.  But are the other two also not yet working?  I cannot edit/overwrite the "None" in the hotkey box.  For that matter I cannot change the hotkeys that are assigned for the first two shortcuts; the box is not editable - I can't highlight or type over the pre-assigned hotkey shortcuts there.[/list]

Any help is very much appreciated!

Jim

Armando:
what I do to call the main window : 1st call the quickpaste menu, and just press w -->  there you have your window!

(Main hotkey for the quick paste menu : Options --> startup / hotkeysmenu -->  quickpaste menu --> ctrl + Alt + q ?? )

You could also write a little AHK script to bring up the main window.

Something like :

--- ---#S::
send, ^!q
Sleep 400
send, w
return

this is basically : win+S to invoque CH+spell main window if ctrl+alt+q was your shortcut for the quick paste menu.
The sleep command is not the best way though... But I didn't give it much thought... The best would be to use something like "WinWait," but I 'm not sure...  :)

But of course other built in CH+S hotkey would be better...  ;)

lanux128:
Win+x hotkeys couldn't come soon enough. :)

J-Mac:
what I do to call the main window : 1st call the quickpaste menu, and just press w -->  there you have your window!-Armando (January 28, 2008, 02:07 AM)
--- End quote ---

That sounds good!

You could also write a little AHK script to bring up the main window.

Something like :

--- ---#S::
send, ^!q
Sleep 400
send, w
return

--- End quote ---

I haven't used AHK - never could get the hang of writing scripts!

this is basically : win+S to invoque CH+spell main window if ctrl+alt+q was your shortcut for the quick paste menu.
The sleep command is not the best way though... But I didn't give it much thought... The best would be to use something like "WinWait," but I 'm not sure...  :)

But of course other built in CH+S hotkey would be better...  ;)

--- End quote ---

Yikes!  I once tried Phrase Express and had fits with it. It took over the Win + S key and made it the Sleep key. But I use MS OneNote 2007, which uses the Win + S key for screen grabs - and Phrase Express does not allow their hotkeys to be disabled or modified. The developer's response to my query about this was to tell me to close all other programs that used Hotkeys whenever I used Phrase Express!!

I never used Phrase Express again!

Thanks.

Jim

mouser:
kind of embarassing that there isn't a hotkey in chs to just show main form isnt it.. :(
ok i'll add.

Navigation

[0] Message Index

[#] Next page

Go to full version