Apr-05-2017, 11:57 PM
researching a smooth way to do hotkeys (a way to have a single key press be passed to the program where that program then decides what to do based on what key was pressed) in python i found many modules. looking over a few i found that each was specific to a single platform. i would like to have a single module that can do hotkeys portably across all major platform as well a function in both CLI and GUI situations on each, where applicable.