ui.tools.operations: fix shortcut for profiler

db4
Slava Pestov 2009-02-11 04:56:15 -06:00
parent 3dfae1781f
commit 6e10a4a0c4
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ M: word com-stack-effect 1quotation com-stack-effect ;
: com-profile ( quot -- ) profile profiler-window ;
[ quotation? ] \ com-profile H{
{ +keyboard+ T{ key-down f { C+ } "f" } }
{ +keyboard+ T{ key-down f { C+ } "o" } }
{ +listener+ t }
} define-operation