joten
joten
Well, that was ten years ago, no systematic documentation exists; the different parts were developed in the course of debugging different applications regarding compatibility. I tried to untie the knot...
The default setting is as follows: `Config_autoSaveSession := "auto"`. You may set `Config_autoSaveSession=off`or `Config_autoSaveSession=ask` in your Config.ini o either do not save the session at all or be asked every...
Have a look at the following documentation: [doc/Installing_and_running.md](https://github.com/fuhsjr00/bug.n/blob/master/doc/Installing_and_running.md#microsoft-windows-user-access-control)
Adding `Config_hotkey=#^o::Manager_override(1;0;0;0;1;0;)` to your Config.ini should do the job; you may of course use a different hotkey than WinCtrlO.
Sorry, my fault; I forgot to remove custom configuration from the release files. You may have a trotz Witz the [current development version](https://github.com/fuhsjr00/bug.n/archive/X.zip), were it should be fixed.
I added the project.
Putting the tutorials into the main repository is a bit at odds with issue #145. I already cleansed the main repository of the exe and the usr directory with its...
bug.n can partly handle Windows Store apps, e.g. move them, but cannot fully hide them; the ApplicationFrameWindow seems to be left behind. With the configuration rule 9 (`Config_rule_#9=CalcFrame;.*;;1;0;0;1;1;0;`) the Windows...
You may use `LWin` and `RWin` instead of `#` to configure hotkeys (see the topic [Hotkeys in the AutoHotkey documentation](https://autohotkey.com/docs/Hotkeys.htm)). For your first example you will need an altered `View_setLayout`...
You are right, this does not work in Config.ini. The hack was intended for Config.ahk, which is part of the source. You will have to put it there towards the...