ui.tools.operations: fix shortcut for profiler
parent
3dfae1781f
commit
6e10a4a0c4
|
@ -162,7 +162,7 @@ M: word com-stack-effect 1quotation com-stack-effect ;
|
||||||
: com-profile ( quot -- ) profile profiler-window ;
|
: com-profile ( quot -- ) profile profiler-window ;
|
||||||
|
|
||||||
[ quotation? ] \ com-profile H{
|
[ quotation? ] \ com-profile H{
|
||||||
{ +keyboard+ T{ key-down f { C+ } "f" } }
|
{ +keyboard+ T{ key-down f { C+ } "o" } }
|
||||||
{ +listener+ t }
|
{ +listener+ t }
|
||||||
} define-operation
|
} define-operation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue