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

DonationCoder.com Software > Clipboard Help+Spell

Hotkeys/keyboard macros??

<< < (4/4)

Tekzel:
I think i understand what you are asking..
Do you mean you have some clips with some of your own boilerplate extra text, and some embedded date info, and you want to be able to easily paste those?  Ok let me think about that.  It's definitely in the realm of what the traditional text-expander programs do, so we are starting to blur the lines here between a clipboard helper tool and a text expander, that's the only issue to be concerned with.
-mouser (April 23, 2008, 03:43 PM)
--- End quote ---

That is exactly what I want.  Theres nothing wrong, in my opinion, with a few blurry lines. :)  CHS already has the capability of using the date/time formatting codes, this is just a matter of letting it do it in a clip. 

TBear:
I will think about the ability to assign hotkeys to certain clips.   . . .

As for pasting dates. . .In the options you can even specify a completely custom date/time format, and choose where the data/time formatting presets are displayed.  . . .-mouser (April 23, 2008, 03:25 PM)
--- End quote ---

Hello Mouser, new user here.  Just dnloaded CPH+ and have begun playing with it.  As an old beta tester (Opera among others) I hope it's ok if I post questions/comments as I go along.

I for one would really appreciate ability to assign hot keys to individual clips.

Re your comment about "choos[ing] where the data/time formatting presets are displayed".  I'm not sure I follow.  Do you mean that one can arrange the location of the "Time/Date TextClips" on the left-click menu?  If so I'd like to move that down on the menu.  But I've been unable to find such an option.

FYI, I've been a SmartBoard user for years (I was still using the XP version when I finally decided to look around).

More to come.

mouser:
Re your comment about "choos[ing] where the data/time formatting presets are displayed".  I'm not sure I follow.  Do you mean that one can arrange the location of the "Time/Date TextClips" on the left-click menu?  If so I'd like to move that down on the menu.  But I've been unable to find such an option.
--- End quote ---

sorry my comment was a bit misleading.  your only choices are whether to display it on quick pop up menu, and if so whether to display the items in a submenu or directly on the root quick popup menu.

TBear:
Re your comment about "choos[ing] where the data/time formatting presets are displayed".  I'm not sure I follow.  Do you mean that one can arrange the location of the "Time/Date TextClips" on the left-click menu?  If so I'd like to move that down on the menu.  But I've been unable to find such an option.
--- End quote ---

sorry my comment was a bit misleading.  your only choices are whether to display it on quick pop up menu, and if so whether to display the items in a submenu or directly on the root quick popup menu.
-mouser (May 04, 2008, 08:12 PM)
--- End quote ---

Many thanks for your prompt reply.  That's another feature I'd love to see in a future version:  The ability to move MENU entries up or down.  (Yup, I'm a die-hard Opera fan who favors giving users as much ability as possible to modify features to their liking.)

Related to the above is the ability to manually move/arrange individual CLIPS within a category.  I.e., not just simple sorting by columns, but ability to move individual clips up or down within a category.

Any idea when we might get ability to assign hotkeys to clips?

Again, many thanks.

kartal:
Try this ahk script

:*:]d::  ; This hotstring replaces "]d" with the current date and time via the commands below.
FormatTime, CurrentDateTime,, d/M/yyyy ;h:mm tt 
SendInput %CurrentDateTime%
return

:*:}d::
FormatTime, CurrentDateTime,, yyyy_M_d
SendInput %CurrentDateTime%
return

:*:)d::
FormatTime, CurrentDateTime,, d_M_yyyy
SendInput %CurrentDateTime%
return

Navigation

[0] Message Index

[*] Previous page

Go to full version