Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

Hotkeys #20

Open Remi05 opened 3 years ago

Remi05 commented 3 years ago

It would useful to have hotkeys to toggle the overlay, the properties pane, etc.

Remi05 commented 2 years ago

From what I can tell, we need our application to be running to handle hotkeys, so a solution could be to launch our app in the background on startup with a "hotkey watcher" scenario. The app in this scenario would register for hot keys (eg. using RegisterHotKey and a message/hidden window) and launch the appropriate scenario (live inspector, snapshot capture). We could also add a System tray icon to communicate that the app is running.

Relevant doc: