diff --git a/HIG/source/layout/gestures.rst b/HIG/source/layout/gestures.rst index 202a93b..0f724d7 100644 --- a/HIG/source/layout/gestures.rst +++ b/HIG/source/layout/gestures.rst @@ -1,144 +1,144 @@ Gestures ======== Purpose ------- Gestures are a way to perform common tasks faster und more intuitively. They should never be the only way to perform an action but rather be treated like a keybord shortcut. Principles ---------- Unless you are creating a video game, avoid using non-standard gestures. Don't abuse the standard gestures to trigger non-standard actions. For example don't use a pinch gesture to delete an item; only use that gesture for zooming or scaling content. Systemwide gestures -------------------- Avoid interfering with systemwide screen edge gestures like pulling down the top panel on Plasma Mobile. Desktop ~~~~~~~ ================== ================================= Gesture Action ================== ================================= Switch workspace Show app overview ================== ================================= Mobile ~~~~~~ ================== ================================= Gesture Action ================== ================================= Edge swipe top Pull down the top panel ================== ================================= Application gestures -------------------- -These type of gestures are used commonly, both on desktop and on mobile. They +Gestures are commonly used both on desktop and on mobile. They can be used to navigate, trigger actions, or manipulate content. Tab ~~~ .. raw:: html A tab is handled like a mouse click. It can be used to navigate, trigger actions, or manipulate content. Long press ~~~~~~~~~~ Can trigger aditional actions on an item or a control. Swipe ~~~~~ Swipes can execute actions on list items and navigate between views. .. raw:: html Swipe navigation in a column view. Pinch ~~~~~ .. raw:: html Scales content Rotate ~~~~~~ .. raw:: html Rotate content. Mobile ~~~~~~ Aditionally to the common gestures, there a gestures especially for Plamsa Mobile. Swipe to reveal ^^^^^^^^^^^^^^^ .. raw:: html Reveal on demand actions on list items. Edge swipe left ^^^^^^^^^^^^^^^ .. raw:: html Open the global drawer. Edge swipe right ^^^^^^^^^^^^^^^^ .. raw:: html Open the context drawer.