diff --git a/bugn.exe b/bugn.exe deleted file mode 100644 index 19cc27e..0000000 Binary files a/bugn.exe and /dev/null differ diff --git a/doc/Cheat_sheet/Default_hotkeys.md b/doc/Cheat_sheet/Default_hotkeys.md deleted file mode 100644 index 22fd890..0000000 --- a/doc/Cheat_sheet/Default_hotkeys.md +++ /dev/null @@ -1,206 +0,0 @@ -## bug.n default hotkeys - -### Window management - -#### WinDown -_Activate_ the _next_ window in the active view. - -#### WinUp -_Activate_ the _previous_ window in the active view. - -#### WinShiftDown -_Move_ the active window _to the next position_ in the window list of the view. - -#### WinShiftUp -_Move_ the active window _to the previous position_ in the window list of the -view. - -#### WinShiftEnter -_Move_ the active window _to the first position_ in the window list of the -view. - -#### Winc -_Close_ the active window. - -#### WinShiftd -_Show / Hide the title bar_ of the active window. - -#### WinShiftf -_Toggle_ the _floating status_ of the active window. - -#### WinCtrlm -_Minimize_ the active window. - -#### WinShiftm -_Move_ the active window _by key_. - -#### WinShifts -_Resize_ the active window _by key_. - -#### WinShiftx -_Move and resize_ the active window _to_ the size of the _work area_. - -#### Wini -Get information for the active window. - -#### WinShifti -_Get a window list_ for the active view. - -#### AltDown -Manually _move_ the active window _to the next area_ in the layout. - -#### AltUp -Manually _move_ the active window _to the previous area_ in the layout. - -#### AltShiftEnter -_Move and resize_ the active window _to_ the size of the _work area_. - -#### Alt<n> -Manually _move_ the active window _to the nth area_ -in the layout. - -#### AltBackSpace -Toggle the stack area of the layout. - -### Window debugging - -#### WinCtrli -_Dump_ window information on the _windows of the active view_ to the log. - -#### WinCtrlShifti -_Dump_ window information on the _managed windows_ to the log. - -#### WinCtrlh -_Print column headings_ to the log. - -#### WinCtrld -Decrement the debug log level. - -#### WinCtrlShiftd -Increment the debug log level. - -### Layout management - -#### WinTab -Set the _previous_-ly set _layout_. - -#### Winf -Set the _floating layout_. - -#### Winm -Set the _monocle layout_. - -#### Wint -Set the _tile layout_. - -#### WinLeft -_Reduce_ the size of _the master area_ in the active view. - -#### WinRight -_Enlarge_ the size of _the master area_ in the active view. - -#### WinCtrlt -Rotate the layout axis. - -#### WinCtrlEnter -Mirror the layout axis. - -#### WinCtrlTab -Rotate the master axis. - -#### WinCtrlShiftTab -Rotate the stack axis. - -#### WinCtrlUp -Increase the master Y dimension. - -#### WinCtrlDown -Decrease the master Y dimension. - -#### WinCtrlRight -Increase the master X dimension. - -#### WinCtrlLeft -Decrease the master X dimension. - -#### WinShiftLeft -_Decrease the gap between windows_ in "monocle" and "tile" layout. - -#### WinShiftRight -_Increase the gap between windows_ in "monocle" and "tile" layout. - -### View / Tag management - -#### WinShiftn -Toggle the view margins. - -#### WinBackSpace -Activate the previously activated view. - -#### WinShift0 -Tag the active window with all tags. - -#### Win<n> -Activate the nth view. - -#### WinShift<n> -Tag the active window with the nth tag. - -#### WinCtrl<n> -Add / Remove the nth tag for the active window, if it -is not / is already set. - -### Monitor management - -#### Win. -Activate the _next monitor_ in a multi-monitor environment. - -#### Win, -Activate the _previous monitor_ in a multi-monitor environment. - -#### WinShift. -_Set_ the active window's view _to_ the active view on _the next monitor_ in a -multi-monitor environment. - -#### WinShift, -_Set_ the active window's view _to_ the active view on _the previous monitor_ -in a multi-monitor environment. - -#### WinCtrlShift. -_Set all windows_ of the active view _on_ the active view of _the next monitor_ -in a multi-monitor environment. - -#### WinCtrlShift, -_Set all windows_ of the active view _on_ the active view of -_the previous monitor_ in a multi-monitor environment. - -### GUI management - -#### WinShiftSpace -_Hide / Show the bar_ (bug.n status bar) on the active monitor. - -#### WinSpace -Hide / Show the task bar. - -#### Winy -_Open the command GUI_ for executing programmes or bug.n functions. - -#### WinShifty -Toggle the overflow window of the 'notify icons'. - -#### AltShifty -Indicate the areas of the "tile" layout. - -### Administration - -#### WinCtrle -Open the configuration file in the standard text editor. - -#### WinCtrls -_Save the current state_ of monitors, views, layouts to the configuration file. - -#### WinCtrlr -_Reload_ bug.n (i. e. the whole script). - -#### WinCtrlq -_Quit_ bug.n, restore the default Windows UI and show all windows. diff --git a/doc/Cheat_sheet/README.md b/doc/Cheat_sheet/README.md deleted file mode 100644 index 5c5c90e..0000000 --- a/doc/Cheat_sheet/README.md +++ /dev/null @@ -1,22 +0,0 @@ -## README - -The cheat sheet was created from `bug.n/doc/Default_hotkeys.md` as a source by - -* copying the file to `bug.n/doc/Cheat_sheet/` -* changing the title from "Default hotkeys" to "bug.n default hotkeys" -* removing the section "General description" -* finding and replacing `\r\n-------------------------------------------------------------------------------\r\n` with `\r\n` (lpeg pattern) -* finding and replacing `\r\n> .-\r\n\r\n` with `\r\n` (lpeg pattern) --- This step has to be repeated. There are sections, which contain more than one additional paragraph. -* finding and replacing ``Config_hotkey=` with `#### ` -* finding and replacing `::.-\r\n` with `` (lpeg pattern) -* finding and replacing `#` with `Win` -* finding and replacing `!` with `Alt` -* finding and replacing `^` with `Ctrl` -* finding and replacing `+` with `Shift` (_no_ lpeg pattern) -* finding and replacing `` with `<n>` -* converting the markdown to HTML with the following command: -`pandoc -o cheat_sheet.html -S --section-divs -c reset.css -c cheat_sheet.css Default_hotkeys.md` - --- No, neither the resulting markdown, nor the HTML source is pretty. But with -the accompanying CSS it looks good -- in Chromium browser at least. \ No newline at end of file diff --git a/doc/Cheat_sheet/cheat_sheet.html b/doc/Cheat_sheet/cheat_sheet.html deleted file mode 100644 index 0006bc0..0000000 --- a/doc/Cheat_sheet/cheat_sheet.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - - - - - - - -
-

bug.n default hotkeys

-
-

Window management

-
-

WinDown

-

Activate the next window in the active view.

-
-
-

WinUp

-

Activate the previous window in the active view.

-
-
-

WinShiftDown

-

Move the active window to the next position in the window list of the view.

-
-
-

WinShiftUp

-

Move the active window to the previous position in the window list of the view.

-
-
-

WinShiftEnter

-

Move the active window to the first position in the window list of the view.

-
-
-

Winc

-

Close the active window.

-
-
-

WinShiftd

-

Show / Hide the title bar of the active window.

-
-
-

WinShiftf

-

Toggle the floating status of the active window.

-
-
-

WinCtrlm

-

Minimize the active window.

-
-
-

WinShiftm

-

Move the active window by key.

-
-
-

WinShifts

-

Resize the active window by key.

-
-
-

WinShiftx

-

Move and resize the active window to the size of the work area.

-
-
-

Wini

-

Get information for the active window.

-
-
-

WinShifti

-

Get a window list for the active view.

-
-
-

AltDown

-

Manually move the active window to the next area in the layout.

-
-
-

AltUp

-

Manually move the active window to the previous area in the layout.

-
-
-

AltShiftEnter

-

Move and resize the active window to the size of the work area.

-
-
-

Alt<n>

-

Manually move the active window to the nth area in the layout.

-
-
-

AltBackSpace

-

Toggle the stack area of the layout.

-
-
-
-

Window debugging

-
-

WinCtrli

-

Dump window information on the windows of the active view to the log.

-
-
-

WinCtrlShifti

-

Dump window information on the managed windows to the log.

-
-
-

WinCtrlh

-

Print column headings to the log.

-
-
-

WinCtrld

-

Decrement the debug log level.

-
-
-

WinCtrlShiftd

-

Increment the debug log level.

-
-
-
-

Layout management

-
-

WinTab

-

Set the previous-ly set layout.

-
-
-

Winf

-

Set the floating layout.

-
-
-

Winm

-

Set the monocle layout.

-
-
-

Wint

-

Set the tile layout.

-
-
-

WinLeft

-

Reduce the size of the master area in the active view.

-
-
-

WinRight

-

Enlarge the size of the master area in the active view.

-
-
-

WinCtrlt

-

Rotate the layout axis.

-
-
-

WinCtrlEnter

-

Mirror the layout axis.

-
-
-

WinCtrlTab

-

Rotate the master axis.

-
-
-

WinCtrlShiftTab

-

Rotate the stack axis.

-
-
-

WinCtrlUp

-

Increase the master Y dimension.

-
-
-

WinCtrlDown

-

Decrease the master Y dimension.

-
-
-

WinCtrlRight

-

Increase the master X dimension.

-
-
-

WinCtrlLeft

-

Decrease the master X dimension.

-
-
-

WinShiftLeft

-

Decrease the gap between windows in “monocle” and “tile” layout.

-
-
-

WinShiftRight

-

Increase the gap between windows in “monocle” and “tile” layout.

-
-
-
-

View / Tag management

-
-

WinShiftn

-

Toggle the view margins.

-
-
-

WinBackSpace

-

Activate the previously activated view.

-
-
-

WinShift0

-

Tag the active window with all tags.

-
-
-

Win<n>

-

Activate the nth view.

-
-
-

WinShift<n>

-

Tag the active window with the nth tag.

-
-
-

WinCtrl<n>

-

Add / Remove the nth tag for the active window, if it is not / is already set.

-
-
-
-

Monitor management

-
-

Win.

-

Activate the next monitor in a multi-monitor environment.

-
-
-

Win,

-

Activate the previous monitor in a multi-monitor environment.

-
-
-

WinShift.

-

Set the active window’s view to the active view on the next monitor in a multi-monitor environment.

-
-
-

WinShift,

-

Set the active window’s view to the active view on the previous monitor in a multi-monitor environment.

-
-
-

WinCtrlShift.

-

Set all windows of the active view on the active view of the next monitor in a multi-monitor environment.

-
-
-

WinCtrlShift,

-

Set all windows of the active view on the active view of the previous monitor in a multi-monitor environment.

-
-
-
-

GUI management

-
-

WinShiftSpace

-

Hide / Show the bar (bug.n status bar) on the active monitor.

-
-
-

WinSpace

-

Hide / Show the task bar.

-
-
-

Winy

-

Open the command GUI for executing programmes or bug.n functions.

-
-
-

WinShifty

-

Toggle the overflow window of the ‘notify icons’.

-
-
-

AltShifty

-

Indicate the areas of the “tile” layout.

-
-
-
-

Administration

-
-

WinCtrle

-

Open the configuration file in the standard text editor.

-
-
-

WinCtrls

-

Save the current state of monitors, views, layouts to the configuration file.

-
-
-

WinCtrlr

-

Reload bug.n (i. e. the whole script).

-
-
-

WinCtrlq

-

Quit bug.n, restore the default Windows UI and show all windows.

-
-
-
- - diff --git a/doc/Cheat_sheet/cheat_sheet.pdf b/doc/Cheat_sheet/cheat_sheet.pdf deleted file mode 100644 index d1ce6f0..0000000 Binary files a/doc/Cheat_sheet/cheat_sheet.pdf and /dev/null differ diff --git a/tools/compile.bat b/tools/compile.bat deleted file mode 100644 index e3f87f5..0000000 --- a/tools/compile.bat +++ /dev/null @@ -1,3 +0,0 @@ -set COMPILER_PATH="C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe" - -%COMPILER_PATH% /in ..\src\Main.ahk /icon ..\src\logo.ico /mpress 1 /out ..\bugn.exe \ No newline at end of file