diff --git a/VERSION b/VERSION
index 4dcb1e68..fa8769ff 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-Version 2.0.9 (2012-09-20 11:19:07) stable
+Version 2.0.9 (2012-09-20 13:25:48) stable
diff --git a/applications/admin/views/default/edit.html b/applications/admin/views/default/edit.html
index 755dd0b2..6555ab50 100644
--- a/applications/admin/views/default/edit.html
+++ b/applications/admin/views/default/edit.html
@@ -19,6 +19,10 @@
+
+
+
+
{{elif TEXT_EDITOR == 'ace':}}
@@ -246,6 +250,11 @@ window.onload = function() {
{{=shortcut('Ctrl+S', T('Save via Ajax'))}}
{{=shortcut('Ctrl+F11', T('Toggle Fullscreen'))}}
+ {{=shortcut('Ctrl-F / Cmd-F', T('Start searching'))}}
+ {{=shortcut('Ctrl-G / Cmd-G', T('Find Next'))}}
+ {{=shortcut('Shift-Ctrl-G / Shift-Cmd-G', T('Find Previous'))}}
+ {{=shortcut('Shift-Ctrl-F / Cmd-Option-F', T('Replace'))}}
+ {{=shortcut('Shift-Ctrl-R / Shift-Cmd-Option-F', T('Replace All'))}}
{{=shortcut('Tab', T('Expand Abbreviation'))}}
{{elif TEXT_EDITOR == 'codemirror':}}
@@ -253,6 +262,11 @@ window.onload = function() {
{{=shortcut('Ctrl+S', T('Save via Ajax'))}}
{{=shortcut('Ctrl+F11', T('Toggle Fullscreen'))}}
+ {{=shortcut('Ctrl-F / Cmd-F', T('Start searching'))}}
+ {{=shortcut('Ctrl-G / Cmd-G', T('Find Next'))}}
+ {{=shortcut('Shift-Ctrl-G / Shift-Cmd-G', T('Find Previous'))}}
+ {{=shortcut('Shift-Ctrl-F / Cmd-Option-F', T('Replace'))}}
+ {{=shortcut('Shift-Ctrl-R / Shift-Cmd-Option-F', T('Replace All'))}}
{{else:}}
{{=T("Key bindings")}}