Open ryanrixxh opened 1 year ago
Trying to set a number as the hotkey for timestamping result in this error:
thread 'tokio-runtime-worker' panicked at 'invalid accelerator: AcceleratorParseError("Couldn't identify \"Key9\" as a valid KeyCode")'
This is likely a wider issue with Tao. Regular number keys do in fact work. The Tao accelerator seems to be not parsing numpad stuff correctly.
Trying to set a number as the hotkey for timestamping result in this error:
thread 'tokio-runtime-worker' panicked at 'invalid accelerator: AcceleratorParseError("Couldn't identify \"Key9\" as a valid KeyCode")'