Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
key_check: Show CTRL+CHAR key inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 28, 2019
1 parent 4df0a3f commit 436c299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ key() {

# Everything else.
*)
printf '%s\n' "key: $1"
printf '%s %q\n' "key:" "$1"
;;
esac
}
Expand Down

0 comments on commit 436c299

Please sign in to comment.