From 2cefdfb645e57bb1e6523961f253e30d59b782d5 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 15 Dec 2025 21:35:40 -0800 Subject: [PATCH] update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3c63cd..cb4b996 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,14 @@ For smaller displays you may wish to enable `single_pane_mode`: ## Commands +- `CTRL` + `k` = display a list of commands. - `↑→↓←` = Navigate around the UI. +- `F1/F2/F3` = Jump to Channel/Messages/Nodes - `ENTER` = Send a message typed in the Input Window, or with the Node List highlighted, select a node to DM -- `` ` `` = Open the Settings dialogue +- `` ` ` or F12` = Open the Settings dialogue - `CTRL` + `p` = Hide/show a log of raw received packets. -- `CTRL` + `t` = With the Node List highlighted, send a traceroute to the selected node +- `CTRL` + `t` or `F4` = With the Node List highlighted, send a traceroute to the selected node +- `F5` = Display a node's info - `CTRL` + `f` = With the Node List highlighted, favorite the selected node - `CTRL` + `g` = With the Node List highlighted, ignore the selected node - `CTRL` + `d` = With the Channel List hightlighted, archive a chat to reduce UI clutter. Messages will be saved in the db and repopulate if you send or receive a DM from this user.