1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-05 03:19:42 +00:00

Menu effect optimization

This commit is contained in:
Tw93
2025-11-22 13:32:19 +08:00
parent 0744e41941
commit df66b69329
2 changed files with 27 additions and 1 deletions

View File

@@ -288,6 +288,8 @@ read_key() {
'q' | 'Q') echo "QUIT" ;;
'h' | 'H') echo "HELP" ;;
'v' | 'V') echo "VERSION" ;;
't' | 'T') echo "TOUCHID" ;;
'u' | 'U') echo "UPDATE" ;;
'R') echo "RETRY" ;;
'o' | 'O') echo "OPEN" ;;
'/') echo "FILTER" ;;