From 8db66d9dd3744dd3416032d72029b5b5f57a7f84 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 24 Aug 2015 10:27:00 -0700 Subject: [PATCH] ui.gestures: update action gesture docs, thanks @jonenst! --- basis/ui/gestures/gestures-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/gestures/gestures-docs.factor b/basis/ui/gestures/gestures-docs.factor index a12ec35155..f7e034f29e 100644 --- a/basis/ui/gestures/gestures-docs.factor +++ b/basis/ui/gestures/gestures-docs.factor @@ -427,7 +427,7 @@ ARTICLE: "action-gestures" "Action gestures" revert-action close-action } -"The following keyboard gestures, if not handled directly, send action gestures:" +"The following keyboard gestures, if not handled directly by any gadget in the hierarchy until reaching the world, are re-sent as action gestures to the first gadget:" { $table { { $strong "Keyboard gesture" } { $strong "Action gesture" } } { { $snippet "T{ key-down f { C+ } \"z\" }" } { $snippet "undo-action" } }