diff --git a/bugn.exe b/bugn.exe
new file mode 100644
index 0000000..054e44f
Binary files /dev/null and b/bugn.exe differ
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index f890c64..6b8284d 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -9,10 +9,13 @@
### 9.0.2
1. `+` Added a function and corresponding hotkey to reset the tile layout of the current view.
+2. `~` Enhanced the function `View_activateWindow` with the possibility to use absolute values.
+3. `~` Added more options for the configuration variable `Config_monitorDisplayChangeMessages`.
| # | `-` or `~` Configuration Variables or
`-` Hotkey Functions | `+` Configuration Variables or
`+` Hotkey Functions |
| --:| ---------------------------------------------------------------- | --------------------------------------------------------- |
| 1. | | `#^Backspace::View_resetTileLayout()` |
+| 3. | `Config_monitorDisplayChangeMessages` | |
### 9.0.1
diff --git a/doc/Cheat_sheet/cheat_sheet.html b/doc/Cheat_sheet/cheat_sheet.html
new file mode 100644
index 0000000..497644b
--- /dev/null
+++ b/doc/Cheat_sheet/cheat_sheet.html
@@ -0,0 +1,294 @@
+
+
+
Activate the next window in the active view.
+Activate the previous window in the active view.
+Move the active window to the next position in the window list of the view.
+Move the active window to the previous position in the window list of the view.
+Move the active window to the first position in the window list of the view.
+Close the active window.
+Show / Hide the title bar of the active window.
+Toggle the floating status of the active window.
+Minimize the active window.
+Move the active window by key.
+Resize the active window by key.
+Move and resize the active window to the size of the work area.
+Get information for the active window.
+Get a window list for the active view.
+Manually move the active window to the next area in the layout.
+Manually move the active window to the previous area in the layout.
+Move and resize the active window to the size of the work area.
+Manually move the active window to the nth area in the layout.
+Toggle the stack area of the layout.
+Dump window information on the windows of the active view to the log.
+Dump window information on the managed windows to the log.
+Print column headings to the log.
+Decrement the debug log level.
+Increment the debug log level.
+Set the previous-ly set layout.
+Set the floating layout.
+Set the monocle layout.
+Set the tile layout.
+Reduce the size of the master area in the active view.
+Enlarge the size of the master area in the active view.
+Rotate the layout axis.
+Mirror the layout axis.
+Rotate the master axis.
+Rotate the stack axis.
+Increase the master Y dimension.
+Decrease the master Y dimension.
+Increase the master X dimension.
+Decrease the master X dimension.
+Decrease the gap between windows in “monocle” and “tile” layout.
+Increase the gap between windows in “monocle” and “tile” layout.
+Reset the tile layout.
+Toggle the view margins.
+Activate the previously activated view.
+Tag the active window with all tags.
+Activate the nth view.
+Tag the active window with the nth tag.
+Add / Remove the nth tag for the active window, if it is not / is already set.
+Activate the next monitor in a multi-monitor environment.
+Activate the previous monitor in a multi-monitor environment.
+Set the active window’s view to the active view on the next monitor in a multi-monitor environment.
+Set the active window’s view to the active view on the previous monitor in a multi-monitor environment.
+Set all windows of the active view on the active view of the next monitor in a multi-monitor environment.
+Set all windows of the active view on the active view of the previous monitor in a multi-monitor environment.
+Hide / Show the bar (bug.n status bar) on the active monitor.
+Hide / Show the task bar.
+Open the command GUI for executing programmes or bug.n functions.
+Toggle the overflow window of the ‘notify icons’.
+Indicate the areas of the “tile” layout.
+Open the configuration file in the standard text editor.
+Save the current state of monitors, views, layouts to the configuration file.
+Reload bug.n (i.e. the whole script).
+Quit bug.n, restore the default Windows UI and show all windows.
+