You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
absolutely know nothing about rust, but i'm running this on arch and struggling to identify a way to make mist accept key inputs when it's not currently the focussed window?
this is an issue when running e.g. unity games which need to be be the focussed window to accept inputs. this is obviously an issue for speedrunning as you need to alt+tab out of the game to make your split
is there anyway to make mist accept keystrokes when it's running in the background?
Thanks for using mist, I'm glad you find it useful! I haven't really looked into global hotkeys at all for mist, I've only been using the capabilities provided by SDL2 input handling, which doesn't include that. I'll look at livesplit-hotkey a bit more in-depth than I have in the past, see what it will take to implement. In the future, global hotkeys are probably plugin territory but since the project isn't there yet, I'll try to put them in the main thing.
hi,
absolutely know nothing about rust, but i'm running this on arch and struggling to identify a way to make mist accept key inputs when it's not currently the focussed window?
this is an issue when running e.g. unity games which need to be be the focussed window to accept inputs. this is obviously an issue for speedrunning as you need to alt+tab out of the game to make your split
is there anyway to make mist accept keystrokes when it's running in the background?
i'm not sure if this is handy but livesplit have a crate to handle this apparently? https://github.com/LiveSplit/livesplit-core/tree/master/crates/livesplit-hotkey
thanks for writing this, i've been using it almost daily!
The text was updated successfully, but these errors were encountered: