updated documentation
This commit is contained in:
parent
98d06a02ce
commit
cdf4591a0f
1 changed files with 64 additions and 50 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
|
||||||
|
%!encoding: utf-8
|
||||||
|
%!target: txt
|
||||||
|
%!options(txt): -o README.txt
|
||||||
|
%!preproc(txt): '%%txt: ' ''
|
||||||
|
%!postproc(txt): '<BR>' ''
|
||||||
|
|
||||||
Tags software / Microsoft Windows / tiling window management / AutoHotkey
|
Tags software / Microsoft Windows / tiling window management / AutoHotkey
|
||||||
Title bug.n
|
Title bug.n
|
||||||
Author Joshua Fuhs, joten
|
Author Joshua Fuhs, joten
|
||||||
|
@ -10,59 +17,66 @@ with this version, in particular the changes in configuration variables and
|
||||||
hotkeys.
|
hotkeys.
|
||||||
|
|
||||||
|
|
||||||
Credits
|
=Credits=
|
||||||
|
|
||||||
bug.n is written by Joshua Fuhs and joten, but some source was copied from
|
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
|
the AutoHotkey forum (http://www.autohotkey.com/forum). These are
|
||||||
explicitly marked in the source code at the end of the appropriate section.
|
explicitly marked in the source code at the end of the appropriate section.
|
||||||
Additionally the following listing summarizes these sources (of ideas or
|
Additionally the following listing summarizes these sources (of ideas or
|
||||||
code):
|
code):
|
||||||
|
|
||||||
Patch ideas
|
|
||||||
* pitkali:
|
==Patch ideas==
|
||||||
+ Sync window arrays on fussy events and unknown window ids
|
|
||||||
+ Dialog detection upon manage
|
- pitkali:
|
||||||
+ Regular expression support in rules
|
- Sync window arrays on fussy events and unknown window ids
|
||||||
+ Window information handling patches
|
- Dialog detection upon manage
|
||||||
|
- Regular expression support in rules
|
||||||
|
- Window information handling patches
|
||||||
- memory leaks
|
- memory leaks
|
||||||
- flickering windows
|
- flickering windows
|
||||||
http://pitkali.info/bugn (patches/code outdated)
|
http://pitkali.info/bugn (patches/code outdated)
|
||||||
|
|
||||||
Ideas or concepts
|
|
||||||
* suckless.org: dwm
|
==Ideas or concepts==
|
||||||
|
|
||||||
|
- suckless.org: dwm
|
||||||
http://dwm.suckless.org
|
http://dwm.suckless.org
|
||||||
* jgpaiva: GridMove
|
- jgpaiva: GridMove
|
||||||
http://jgpaiva.donationcoders.com/gridmove.html
|
http://jgpaiva.donationcoders.com/gridmove.html
|
||||||
* Lexikos: WindowPad - multi-monitor window-moving tool
|
- Lexikos: WindowPad - multi-monitor window-moving tool
|
||||||
http://www.autohotkey.com/forum/topic21703.html
|
http://www.autohotkey.com/forum/topic21703.html
|
||||||
|
|
||||||
Code snippets
|
|
||||||
* fures: System + Network monitor - with net history graph
|
==Code snippets==
|
||||||
|
|
||||||
|
- fures: System + Network monitor - with net history graph
|
||||||
http://www.autohotkey.com/community/viewtopic.php?p=260329
|
http://www.autohotkey.com/community/viewtopic.php?p=260329
|
||||||
* maestrith: Script Writer
|
- maestrith: Script Writer
|
||||||
http://www.autohotkey.net/~maestrith/Script Writer/
|
http://www.autohotkey.net/~maestrith/Script Writer/
|
||||||
* PhiLho: AC/Battery status
|
- PhiLho: AC/Battery status
|
||||||
http://www.autohotkey.com/forum/topic7633.html
|
http://www.autohotkey.com/forum/topic7633.html
|
||||||
* Sean:
|
- Sean:
|
||||||
+ CPU LoadTimes
|
- CPU LoadTimes
|
||||||
http://www.autohotkey.com/forum/topic18913.html
|
http://www.autohotkey.com/forum/topic18913.html
|
||||||
+ Network Download/Upload Meter
|
- Network Download/Upload Meter
|
||||||
http://www.autohotkey.com/community/viewtopic.php?t=18033
|
http://www.autohotkey.com/community/viewtopic.php?t=18033
|
||||||
* SKAN:
|
- SKAN:
|
||||||
+ Crazy Scripting : Quick Launcher for Portable Apps
|
- Crazy Scripting : Quick Launcher for Portable Apps
|
||||||
http://www.autohotkey.com/forum/topic22398.html
|
http://www.autohotkey.com/forum/topic22398.html
|
||||||
+ HDD Activity Monitoring LED
|
- HDD Activity Monitoring LED
|
||||||
http://www.autohotkey.com/community/viewtopic.php?p=113890&sid=64d9824fdf252697ff4d5026faba91f8#p113890
|
http://www.autohotkey.com/community/viewtopic.php?p=113890&sid=64d9824fdf252697ff4d5026faba91f8#p113890
|
||||||
+ How to Hook on to Shell to receive its messages?
|
- How to Hook on to Shell to receive its messages?
|
||||||
http://www.autohotkey.com/forum/viewtopic.php?p=123323#123323
|
http://www.autohotkey.com/forum/viewtopic.php?p=123323#123323
|
||||||
* Unambiguous: Re-use WIN+L as a hotkey in bug.n
|
- Unambiguous: Re-use WIN+L as a hotkey in bug.n
|
||||||
http://www.autohotkey.com/community/viewtopic.php?p=500903&sid=eb3c7a119259b4015ff045ef80b94a81#p500903
|
http://www.autohotkey.com/community/viewtopic.php?p=500903&sid=eb3c7a119259b4015ff045ef80b94a81#p500903
|
||||||
|
|
||||||
|
|
||||||
License
|
=License=
|
||||||
|
|
||||||
bug.n is licensed under the GPL version 3; please see doc/license.txt for
|
bug.n is licensed under the GPL version 3; please see doc/license.txt for
|
||||||
the explicit license text.
|
the explicit license text.
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2010-2012 Joshua Fuhs, joten
|
------------------------------------------------------------------------
|
||||||
|
%%txt: (c) 2010-2012 Joshua Fuhs, joten. Last modified %%date(%d.%m.%Y).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue