The xmodmap program is used to edit and display the keyboard modifier map and keymap table that are used by client applications to convert event keycodes into keysyms.
The xmodmap program is used to edit and display the keyboard modifier map and keymap table that are used by client applications to convert event keycodes into keysyms.
To install xmodmap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xmodmap
To see what files were installed by xmodmap, run:
port contents xmodmap
To later upgrade xmodmap, run:
sudo port selfupdate && sudo port upgrade xmodmap
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.