tanjera / infirmary-integrated

Medical device simulator for training healthcare professionals.
http://www.infirmary-integrated.com/
Other
40 stars 5 forks source link

Input (Keyboard) Handling for Shortcuts #183

Closed tanjera closed 4 months ago

tanjera commented 1 year ago

Implement input handling to handle keyboard input (may need to implement on multiple levels (Control -> Device Window -> Main Window) using Events & Handlers. Depends on where input is received in Avalonia and if it automatically propagates to parent items.

Shortcuts to include: Enable/Disable Audio, etc. Pause Device (e.g. spacebar)

Idea per https://github.com/tanjera/infirmary-integrated/issues/181#issuecomment-1475343072

tanjera commented 4 months ago

Implemented in f4f3a5b