complexlogic

Results 33 comments of complexlogic

So, you want a command to execute when you press F23?

This would be a nice feature, but it would require a significant refactoring of the layout calculations, and the gamepad controls as well. I will consider it for a future...

Flex Launcher doesn't modify the `LANG` environment variable. It could be SDL, but I doubt it. I suspect that the environment variables are not being transferred to the new child...

I'll need a log to debug this. Run with `flex-launcher.exe -d`, either in a terminal or via shortcut. That will create `flex-launcher.log` in the same folder as `flex-launcher.exe`. Please also...

It looks like the space bar is being detected. Perhaps that is what is being sent? If you change your config `Hotkeys` section to below, does it work? ``` [Hotkeys]...

You can use `:quit` to quit the launcher. I'm not sure if that's what you are asking for. Can you please explain further?

@WilliamLeGod So you are expecting the launcher to quit immediately after the PC wakes from sleep? The OnLaunch only affects when launching an application, not for special commands.

I'm unable to reproduce this on my end. Could you please give me some more details about your setup? (which DE/window manager, X11 or wayland, etc).

In order for the launcher to consider the launched application "finished", it has to regain the window focus, *and* the launched process has to terminate. It appears that the first...

I have no experience with Gentoo. Can you explain what ebuild is and what would be required to support it?