From 1d796b5da954e1c2777e2e9d873d128942adff80 Mon Sep 17 00:00:00 2001 From: Solderpunk Date: Wed, 8 May 2019 15:58:23 +0000 Subject: Change hotkey for toggling message order from S to o. --- telem.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'telem.lua') diff --git a/telem.lua b/telem.lua index 6bac705..359612d 100755 --- a/telem.lua +++ b/telem.lua @@ -326,7 +326,7 @@ function do_help() (=) ............ Various user options (c)olor ........ Disable/Enable ANSI color codes (H)ide ......... Disable/Enable hiding of old threads - (S)ort ......... Toggle sort order of message listing + (o)rder ........ Toggle order of message listing (q)uit ......... Immediately quit the board ]]) end @@ -718,7 +718,7 @@ dispatch["?"] = do_help2 dispatch["!"] = do_rules dispatch["w"] = do_who dispatch["s"] = do_scan -dispatch["S"] = do_setmessageorder +dispatch["o"] = do_setmessageorder dispatch["="] = do_unimplemented dispatch["M"] = do_unimplemented dispatch["n"] = do_new -- cgit v1.2.3