KilleenCode / brancato

A cross-platform omnibar to to easily run workflows, built in Rust 🦀
MIT License
5 stars 2 forks source link

Settings: Customize hot keys #16

Closed RyKilleen closed 2 years ago

RyKilleen commented 2 years ago

Look into the underlying libraries, confirm if there's a way to lint user input or any helper libraries to capture.

RyKilleen commented 2 years ago

Waiting on maintainer support in Discord.

Related: https://github.com/tauri-apps/tauri/discussions/2378

RyKilleen commented 2 years ago

Relevant code:

Potentially useful libraries

RyKilleen commented 2 years ago

@SeanKilleen if you could set custom bindings, what would you bind it to?

SeanKilleen commented 2 years ago

@RyKilleen personally I'm fine with the default as long as I know it -- but if you're going to do it I'd allow some combination of up to 3 of control / alt / shift and a key. But you could build to that and start with one of those + user's choice of key etc.