Opened 18 years ago
Last modified 13 years ago
#721 confirmed New Feature
Add Keystrokes to Templates
Reported by: | memelab | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
It would be cool to be able to have some keyboard-based (non-mouse) way to access custom templates. It's already possible to assign a custom keystroke to open the Templates pop-up (I use Control-Y) but it would be super cool to be able to follow that up with a keystroke that selects and inserts one of the templates.
Change History (5)
comment:1 Changed 17 years ago by
Keywords: | template templates keystrokes removed |
---|
comment:2 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 Changed 17 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
I don't think that it must be complex, at least in the way that I understand it the xml file would allow a new attribute to specify the shortcut for each template:
<Template title="Image and Title" image="template1.gif" shortcut="I"> <Description>One main image</Description> <Html> <![CDATA[ <img height="100" alt="" width="100"/> ]]> </Html> </Template>
comment:4 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:5 Changed 13 years ago by
Keywords: | Confirmed removed |
---|---|
Status: | reopened → confirmed |
Version: | → 3.0 |
FCKeditor is no longer supported but this feature could be used in CKEditor.
It sounds to me a little like inner extension to #8619
As users usually fix up their own templates it would be very difficult to arrange this kind of behavior. This option could only work if the keystrokes targets where FCKeditor default templates, in other cases it would be a hard thing to do.