This page is to be read in the context of [featherdown keyboard/gesture shorthands|featherdown#keyboard].

A command is placed within ´´[[]]´´ (double square brackets) to produce a gesture. So ´´[[swipe-left]]´´ produces [[swipe-left]].

The explanation within parentheses will adapt to the language of the page; the icons are always the same.

## Generic Gestures
These actions are generic -- they cater to multiple input devices.
Their commands are also shorter and more memorable.

${TableHtml({
	headers:["Command","Result"],
	rows:ThreadKeysValues(MultimediaKeys,(key,subkeys)=>[key,K(key)])
})}

## Specific Gestures
These actions are specific to certain input devices.

${TableHtml({
	headers:["Command","Result"],
	rows:ThreadKeysValues(KeyExplanations,(key,explanation)=>[key,K(key)])
})}