mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 22:19:46 -08:00
Merge pull request #1251 from nbaddorf/t-deck-key-mappings
Added keyboard shortcuts info for t-deck
This commit is contained in:
commit
ed7234a431
|
@ -31,9 +31,19 @@ The T-Deck is a compact device featuring a 2.8-inch IPS LCD touch screen with a
|
|||
|
||||
## Keyboard Shortcuts
|
||||
|
||||
| Shortcut | Function |
|
||||
|-------------|-----------------------------------|
|
||||
| `alt` + `b` | Toggle keyboard backlight on/off. |
|
||||
| Shortcut | Function |
|
||||
|-------------------|-----------------------------------------------------|
|
||||
| `alt` & `b` | Toggle keyboard backlight on/off. |
|
||||
| `alt` & `c` | Toggle modifier function. `Fn` displayed on screen. |
|
||||
| `alt` & `c` + `m` | Disable/Enable notifications. |
|
||||
| `alt` & `c` + `q` | Quit/Cancel (message, canned message, etc.) |
|
||||
| `alt` & `c` + `t` | Tab Key (select channel/dm recipient) |
|
||||
| `alt` & `c` + `i` | Decrease screen brightness. |
|
||||
| `alt` & `c` + `o` | Increase screen brightness. |
|
||||
| `alt` & `c` + `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
|
||||
|
||||
|
|
Loading…
Reference in a new issue