Opened 17 years ago

Last modified 12 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 Alfonso Martínez de Lizarrondo

Keywords: template templates keystrokes removed

comment:2 Changed 16 years ago by Wojciech Olchawa

Resolution: invalid
Status: newclosed

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.

comment:3 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Resolution: invalid
Status: closedreopened

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 16 years ago by Wojciech Olchawa

Keywords: Confirmed added

comment:5 Changed 12 years ago by Jakub Ś

Keywords: Confirmed removed
Status: reopenedconfirmed
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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy