updated documentation for release 8.3.0
This commit is contained in:
parent
747766274e
commit
98d06a02ce
5 changed files with 129 additions and 61 deletions
68
src/doc/README.t2t
Normal file
68
src/doc/README.t2t
Normal file
|
@ -0,0 +1,68 @@
|
|||
Tags software / Microsoft Windows / tiling window management / AutoHotkey
|
||||
Title bug.n
|
||||
Author Joshua Fuhs, joten
|
||||
Version 8.3.0
|
||||
Date 01.12.2012
|
||||
|
||||
Please see doc/help.txt for more information on installing and running,
|
||||
customizing and using bug.n and doc/changes.txt for a list of changes made
|
||||
with this version, in particular the changes in configuration variables and
|
||||
hotkeys.
|
||||
|
||||
|
||||
Credits
|
||||
|
||||
bug.n is written by Joshua Fuhs and joten, but some source was copied from
|
||||
the AutoHotkey forum (http://www.autohotkey.com/forum). These are
|
||||
explicitly marked in the source code at the end of the appropriate section.
|
||||
Additionally the following listing summarizes these sources (of ideas or
|
||||
code):
|
||||
|
||||
Patch ideas
|
||||
* pitkali:
|
||||
+ Sync window arrays on fussy events and unknown window ids
|
||||
+ Dialog detection upon manage
|
||||
+ Regular expression support in rules
|
||||
+ Window information handling patches
|
||||
- memory leaks
|
||||
- flickering windows
|
||||
http://pitkali.info/bugn (patches/code outdated)
|
||||
|
||||
Ideas or concepts
|
||||
* suckless.org: dwm
|
||||
http://dwm.suckless.org
|
||||
* jgpaiva: GridMove
|
||||
http://jgpaiva.donationcoders.com/gridmove.html
|
||||
* Lexikos: WindowPad - multi-monitor window-moving tool
|
||||
http://www.autohotkey.com/forum/topic21703.html
|
||||
|
||||
Code snippets
|
||||
* fures: System + Network monitor - with net history graph
|
||||
http://www.autohotkey.com/community/viewtopic.php?p=260329
|
||||
* maestrith: Script Writer
|
||||
http://www.autohotkey.net/~maestrith/Script Writer/
|
||||
* PhiLho: AC/Battery status
|
||||
http://www.autohotkey.com/forum/topic7633.html
|
||||
* Sean:
|
||||
+ CPU LoadTimes
|
||||
http://www.autohotkey.com/forum/topic18913.html
|
||||
+ Network Download/Upload Meter
|
||||
http://www.autohotkey.com/community/viewtopic.php?t=18033
|
||||
* SKAN:
|
||||
+ Crazy Scripting : Quick Launcher for Portable Apps
|
||||
http://www.autohotkey.com/forum/topic22398.html
|
||||
+ HDD Activity Monitoring LED
|
||||
http://www.autohotkey.com/community/viewtopic.php?p=113890&sid=64d9824fdf252697ff4d5026faba91f8#p113890
|
||||
+ How to Hook on to Shell to receive its messages?
|
||||
http://www.autohotkey.com/forum/viewtopic.php?p=123323#123323
|
||||
* Unambiguous: Re-use WIN+L as a hotkey in bug.n
|
||||
http://www.autohotkey.com/community/viewtopic.php?p=500903&sid=eb3c7a119259b4015ff045ef80b94a81#p500903
|
||||
|
||||
|
||||
License
|
||||
|
||||
bug.n is licensed under the GPL version 3; please see doc/license.txt for
|
||||
the explicit license text.
|
||||
|
||||
|
||||
Copyright (c) 2010-2012 Joshua Fuhs, joten
|
|
@ -178,4 +178,4 @@
|
|||
|
||||
|
||||
------------------------------------------------------------------------
|
||||
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
||||
%%txt: (c) 2010-2012 Joshua Fuhs, joten. Last modified %%date(%d.%m.%Y).
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
%!postproc(html): '\(c\)' '©'
|
||||
%!options(txt): -o configuration.txt
|
||||
%!preproc(txt): '%%txt: ' ''
|
||||
%!postproc(txt): '%%LINK_hotkeys' 'docs/hotkeys.txt'
|
||||
%!postproc(txt): '%%LINK_hotkeys' 'doc/hotkeys.txt'
|
||||
%!postproc(txt): '<DIV ID="frame">' ''
|
||||
%!postproc(txt): '<BR>' ''
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
|||
The default values are retrieved from the "Window Color and Appearance"
|
||||
settings.
|
||||
|
||||
: **Config_barCommands**=Run, explore docs;Monitor_toggleBar();Main_reload();Reload;ExitApp
|
||||
: **Config_barCommands**=Run, explore doc;Monitor_toggleBar();Main_reload();Reload;ExitApp
|
||||
The commands seperated by semicolon, which are listed in the command GUI
|
||||
of the bar (#!) and therewith can be selected rather then typed; bug.n
|
||||
functions (as used in the hotkey configuration), the "Run" and "Send"
|
||||
|
@ -334,7 +334,7 @@ settings.
|
|||
''<BR>''
|
||||
%%html: ''' <DIV CLASS="footer">
|
||||
------------------------------------------------------------------------
|
||||
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
||||
%%html: | (c) 2010-2011 joten, last modified %%date(%d.%m.%Y) | [jn.png]
|
||||
%%txt: (c) 2010-2012 Joshua Fuhs, joten. Last modified %%date(%d.%m.%Y).
|
||||
%%html: | (c) 2010-2012 Joshua Fuhs, joten. Last modified %%date(%d.%m.%Y). | [jn.png]
|
||||
%%html: ''' </DIV>
|
||||
%%html: ''' </DIV>
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
%!preproc(txt): '%%txt: ' ''
|
||||
%!postproc(txt): '<DIV ID="frame">' ''
|
||||
%!postproc(txt): '<BR>' ''
|
||||
%!postproc(txt): '%%LINK_configuration' 'docs/configuration.txt'
|
||||
%!postproc(txt): '%%LINK_hotkeys' 'docs/hotkeys.txt'
|
||||
%!postproc(txt): '%%LINK_configuration' 'doc/configuration.txt'
|
||||
%!postproc(txt): '%%LINK_hotkeys' 'doc/hotkeys.txt'
|
||||
|
||||
''' <DIV ID="frame">
|
||||
%%html: ''' <DIV CLASS="header">
|
||||
|
@ -183,7 +183,7 @@ The following functions can also be controlled with the mouse:
|
|||
''<BR>''
|
||||
%%html: ''' <DIV CLASS="footer">
|
||||
------------------------------------------------------------------------
|
||||
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
||||
%%html: | (c) 2010-2011 joten, last modified %%date(%d.%m.%Y) | [jn.png]
|
||||
%%txt: (c) 2010-2012 Joshua Fuhs, joten. Last modified %%date(%d.%m.%Y).
|
||||
%%html: | (c) 2010-2012 Joshua Fuhs, joten. Last modified %%date(%d.%m.%Y). | [jn.png]
|
||||
%%html: ''' </DIV>
|
||||
%%html: ''' </DIV>
|
||||
|
|
|
@ -270,7 +270,7 @@ pressing the left Windows key and the shift key and the q key
|
|||
''<BR>''
|
||||
%%html: ''' <DIV CLASS="footer">
|
||||
------------------------------------------------------------------------
|
||||
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
||||
%%html: | (c) 2010-2011 joten, last modified %%date(%d.%m.%Y) | [jn.png]
|
||||
%%txt: (c) 2010-2012 Joshua Fuhs, joten. Last modified %%date(%d.%m.%Y).
|
||||
%%html: | (c) 2010-2012 Joshua Fuhs, joten. Last modified %%date(%d.%m.%Y). | [jn.png]
|
||||
%%html: ''' </DIV>
|
||||
%%html: ''' </DIV>
|
||||
|
|
Loading…
Reference in a new issue