Author: weaverryan
Date: 2010-02-09 04:04:22 +0100 (Tue, 09 Feb 2010)
New Revision: 27770
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/config/sfSympalEditorPluginConfiguration.class.php
Log:
[1.4][sfSympalPlugin][1.0] Changing this keyboard shortcut - ctrl+x is "cut"
(for a lot of computers at least), so this was killing me.
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/config/sfSympalEditorPluginConfiguration.class.php
===================================================================
---
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/config/sfSympalEditorPluginConfiguration.class.php
2010-02-08 23:59:30 UTC (rev 27769)
+++
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/config/sfSympalEditorPluginConfiguration.class.php
2010-02-09 03:04:22 UTC (rev 27770)
@@ -36,7 +36,7 @@
$menu->
addChild('Disable Edit Mode')->
isEditModeButton(true)->
- setShortcut('Ctrl+X')->
+ setShortcut('Ctrl+Shift+X')->
setInputClass('sympal_disable_edit_mode')
;
}
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.