echo raw keystrokes back at you in a printable form
This program puts your terminal in raw mode, eats keystrokes, and prints them back it you in a recognizable printed form (using <>-surrounded ASCII mnemonics for non-printables). This may be useful, for example, if you're not certain what your keyboard keys are sending.
This program puts your terminal in raw mode, eats keystrokes, and prints them back it you in a recognizable printed form (using <>-surrounded ASCII mnemonics for non-printables). This may be useful, for example, if you're not certain what your keyboard keys are sending.
To install showkey, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install showkey
To see what files were installed by showkey, run:
port contents showkey
To later upgrade showkey, run:
sudo port selfupdate && sudo port upgrade showkey
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.