vegaprotocol / vegawallet-desktop

Desktop application for Vega Protocol's wallet
MIT License
15 stars 12 forks source link

Access specific pages using keyboard shortcut #558

Closed ValentinTrinque closed 10 months ago

ValentinTrinque commented 1 year ago

We can add menu bar entries on the OS menu bar to open the settings, the connection, the wallets etc. We can associate common shortcuts to them, so we can switch pages from the keyboard.

Technical details

  1. Add os menubar entry
  2. Associate a shortcut
  3. Emit an event to the frontend to signal the display switch.