When running the program in Linux, the keyboard module requires root permissions in order to make hotkeys (that which lets us press a key to start or stop the program).
PyCharm, run as a normal user but using sudo in its console, has no problems: [home] starts the program and [end] stops it.
Running PyCharm as root, [home] starts the program, but no hotkey can end it (Need to Exit via tray menu or force it to stop)
Running the program from a console using sudo yields the same result of not being able to stop it with [end]
When running the program in Linux, the keyboard module requires root permissions in order to make hotkeys (that which lets us press a key to start or stop the program).
sudo
in its console, has no problems: [home] starts the program and [end] stops it.sudo
yields the same result of not being able to stop it with [end]