]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/tools/operations/operations.factor
Revert "ui.gadgets.editors: implement Ctrl-A/E/K to be more compatible."
[factor.git] / basis / ui / tools / operations / operations.factor
index fe8bb95623cb4b1bee8645880e10d9cfeb5ae820..06adc885b1fad8987700e469bdbca700c90c336e 100644 (file)
@@ -70,14 +70,14 @@ IN: ui.tools.operations
 } define-operation
 
 [ pathname? ] \ edit-file H{
-    { +keyboard+ T{ key-down f { C+ } "b" } }
+    { +keyboard+ T{ key-down f { C+ } "e" } }
     { +primary+ t }
     { +secondary+ t }
     { +listener+ t }
 } define-operation
 
 [ definition? ] \ edit H{
-    { +keyboard+ T{ key-down f { C+ } "b" } }
+    { +keyboard+ T{ key-down f { C+ } "e" } }
     { +listener+ t }
 } define-operation