From: FeRD (Frank Dana) Date: Sun, 14 May 2023 20:23:41 +0000 (-0400) Subject: docs/input: => Space X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~3^2~1^2~39 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e67bfe453efad31b5f10eae559951a4a9160b702;p=gtk4.git docs/input: => Space - Switch to semantic newlines, where adding caused wrapped text to grow wider than 80 characters on some lines. --- diff --git a/docs/reference/gtk/input-handling.md b/docs/reference/gtk/input-handling.md index 0e724935dc..45b4c41416 100644 --- a/docs/reference/gtk/input-handling.md +++ b/docs/reference/gtk/input-handling.md @@ -103,14 +103,15 @@ fields, but e.g. buttons can take the focus too. Input widgets can be given the focus by clicking on them, but focus can also be moved around with certain key events (this is known as -“keyboard navigation”). GTK reserves the Tab key to move the focus -to the next location, and Shift+Tab to move it back to the previous -one. In addition many containers allow “directional navigation” with -the arrow keys. - -Many widgets can be “activated” to trigger and action. E.g., you can -activate a button or switch by clicking on them, but you can also -activate them with the keyboard, by using the Enter or ␣ keys. +“keyboard navigation”). +GTK reserves the Tab key to move the focus to the next location, +and Shift+Tab to move it back to the previous one. +In addition many containers allow “directional navigation” with the arrow keys. + +Many widgets can be “activated” to trigger and action. +E.g., you can activate a button or switch by clicking on them, +but you can also activate them with the keyboard, +by using the Enter or Space keys. Apart from keyboard navigation, activation and directly typing into entries or text views, GTK widgets can use key events for activating