From 9fa66ac80fed00898acd58cf06fefbe65f59b791 Mon Sep 17 00:00:00 2001 From: Tim Jones Date: Mon, 3 Nov 2025 19:50:53 +0000 Subject: [PATCH] Added favorite & ignored toggle commands to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e72126..a3c63cd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ For smaller displays you may wish to enable `single_pane_mode`: - `ENTER` = Send a message typed in the Input Window, or with the Node List highlighted, select a node to DM - `` ` `` = 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` = With the Node List highlighted, send a traceroute to the selected node +- `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. - `CTRL` + `d` = With the Note List highlghted, remove a node from your nodedb. - `ESC` = Exit out of the Settings Dialogue, or Quit the application if settings are not displayed.