mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
update table and add desc.
This commit is contained in:
parent
9ad33fc705
commit
daca75eb92
|
@ -32,16 +32,18 @@ The T-Deck is a compact device featuring a 2.8-inch IPS LCD touch screen with a
|
||||||
## Keyboard Shortcuts
|
## Keyboard Shortcuts
|
||||||
|
|
||||||
| Shortcut | Function |
|
| Shortcut | Function |
|
||||||
|-------------|-----------------------------------|
|
|-------------------|-----------------------------------------------------|
|
||||||
| `alt` + `b` | Toggle keyboard backlight on/off. |
|
| `alt` & `b` | Toggle keyboard backlight on/off. |
|
||||||
| `alt` + `c` | Toggle function modifier (displays Fn in bottom right corner of screen). |
|
| `alt` & `c` | Toggle modifier function. `Fn` displayed on screen. |
|
||||||
| modifier + `m` | Toggles mute notifications (displays M in bottom right corner). |
|
| `alt` & `c` + `m` | Disable/Enable notifications. |
|
||||||
| modifier + `o(+)` | Increases screen brightness. |
|
| `alt` & `c` + `q` | Quit/Cancel (message, canned message, etc.) |
|
||||||
| modifier + `i(-)` | Decreases screen brightness. |
|
| `alt` & `c` + `t` | Tab Key (select channel/dm recipient) |
|
||||||
| modifier + `q` | Quits or goes back (same as long pressing screen). |
|
| `alt` & `c` + `i` | Decrease screen brightness. |
|
||||||
| modifier + `t` | Tab key, allowes user to change destination nodes and channels to send to. |
|
| `alt` & `c` + `o` | Increase screen brightness. |
|
||||||
| modifier + space bar | Send network ping. |
|
| `alt` & `c` + `g` | Toggle GPS. |
|
||||||
| modifier + `g` | Toggle GPS. |
|
| `alt` & `c` + `⎵` | Send network ping. |
|
||||||
|
|
||||||
|
As of firmware version 2.3.9, there is a newly added modifier function key combo which allows additional shortcuts to be added. To enable the function key, you will press `alt` and `c` together; a small `Fn` will be displayed in the lower right of the screen. After the function key is enabled, you can press the key for the function you wish to execute. For example, to disable/enable notifications, you would press `alt` and `c` followed by `m`.
|
||||||
|
|
||||||
## Flashing
|
## Flashing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue