diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index b873c60d99..bb5bcba681 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -3,9 +3,7 @@ - RT_WORD should refer to XTs not word objects. - signal 4 on datastack underflow on mac intel?? - help gadget should not re-render every time it is grafted -- help browser: jump to definition command when looking at a word - alien-indirect -- fix modified operations - command categorization in keyboard help window ======================================================================== diff --git a/library/ui/tools/workspace.factor b/library/ui/tools/workspace.factor index 09039b1b76..9421341bb6 100644 --- a/library/ui/tools/workspace.factor +++ b/library/ui/tools/workspace.factor @@ -232,7 +232,7 @@ M: operation invoke-command ( target operation -- ) } define-operation [ word-link? ] H{ - { +button+ 2 } + { +button+ 3 } { +name+ "Definition" } { +quot+ [ link-name browser call-tool ] } } define-operation