1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 18:34:46 +00:00

fix: restore uninstall traps and remove dead search key

This commit is contained in:
Tw93
2026-01-22 17:45:53 +08:00
parent d862d58672
commit 9d824d0ad2
3 changed files with 26 additions and 10 deletions

View File

@@ -220,7 +220,6 @@ read_key() {
case "$key" in
$'\n' | $'\r') echo "ENTER" ;;
' ') echo "SPACE" ;;
'/') echo "FILTER" ;;
'q' | 'Q') echo "QUIT" ;;
'R') echo "RETRY" ;;
'm' | 'M') echo "MORE" ;;