diff options
author | hut <hut@lavabit.com> | 2010-02-16 01:56:21 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-02-16 02:03:46 +0100 |
commit | 34a60763e79546e0f84e30fbcc430632f3dbb39e (patch) | |
tree | 595579022daa922b3e4945928b4478c0797b3b2c /doc/pydoc/ranger.defaults.keys.html | |
parent | 0654d6d093f8e78033b9dcafcb52bbdcd92aed0c (diff) | |
download | ranger-34a60763e79546e0f84e30fbcc430632f3dbb39e.tar.gz |
incremented version number and updated pydoc html files v1.0.3
Diffstat (limited to 'doc/pydoc/ranger.defaults.keys.html')
-rw-r--r-- | doc/pydoc/ranger.defaults.keys.html | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/pydoc/ranger.defaults.keys.html b/doc/pydoc/ranger.defaults.keys.html index eec9f782..f31e4159 100644 --- a/doc/pydoc/ranger.defaults.keys.html +++ b/doc/pydoc/ranger.defaults.keys.html @@ -1,6 +1,6 @@ + <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module ranger.defaults.keys</title> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> @@ -8,8 +8,9 @@ <td valign=bottom> <br> <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="ranger.html"><font color="#ffffff">ranger</font></a>.<a href="ranger.defaults.html"><font color="#ffffff">defaults</font></a>.keys</strong></big></big></font></td ><td align=right valign=bottom -><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/hut/work/ranger/ranger/defaults/keys.py">/home/hut/work/ranger/ranger/defaults/keys.py</a></font></td></tr></table> - <p><tt>Syntax for binding keys: bind(*keys, fnc)<br> +><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/hut/ranger/ranger/defaults/keys.py">/home/hut/ranger/ranger/defaults/keys.py</a></font></td></tr></table> + <p><tt>This is the default key configuration file of ranger.<br> +Syntax for binding keys: bind(*keys, fnc)<br> <br> keys are one or more key-combinations which are either:<br> * a string<br> @@ -18,7 +19,7 @@ keys are one or more key-combinations which a <br> fnc is a function which is called with the CommandArgument object.<br> <br> -The CommandArgument object has these methods:<br> +The CommandArgument object has these attributes:<br> arg.fm: the file manager instance<br> arg.wdg: the widget or ui instance<br> arg.n: the number typed before the key combination (if allowed)<br> @@ -34,7 +35,8 @@ Check ranger.keyapi for more information</tt></p> <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="ranger.gui.widgets.console_mode.html">ranger.gui.widgets.console_mode</a><br> -</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> +</td><td width="25%" valign=top><a href="os.html">os</a><br> +</td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#eeaa77"> <td colspan=3 valign=bottom> <br> @@ -358,7 +360,7 @@ Check ranger.keyapi for more information</tt></p> <strong>NL</strong> = 10<br> <strong>NUL</strong> = 0<br> <strong>OK</strong> = 0<br> -<strong>RANGERDIR</strong> = '/home/hut/work/ranger/ranger'<br> +<strong>RANGERDIR</strong> = '/home/hut/ranger/ranger'<br> <strong>REPORT_MOUSE_POSITION</strong> = 134217728<br> <strong>RS</strong> = 30<br> <strong>SI</strong> = 15<br> @@ -372,7 +374,7 @@ Check ranger.keyapi for more information</tt></p> <strong>US</strong> = 31<br> <strong>VT</strong> = 11<br> <strong>controlnames</strong> = ['NUL', 'SOH', 'STX', 'ETX', 'EOT', 'ENQ', 'ACK', 'BEL', 'BS', 'HT', 'LF', 'VT', 'FF', 'CR', 'SO', 'SI', 'DLE', 'DC1', 'DC2', 'DC3', ...]<br> -<strong>fm</strong> = <ranger.keyapi.Wrapper object at 0x20084d0><br> -<strong>version</strong> = b'2.2'<br> -<strong>wdg</strong> = <ranger.keyapi.Wrapper object at 0x2008510></td></tr></table> +<strong>fm</strong> = <ranger.api.keys.Wrapper object at 0xecf210><br> +<strong>version</strong> = '2.2'<br> +<strong>wdg</strong> = <ranger.api.keys.Wrapper object at 0xecf250></td></tr></table> </body></html> \ No newline at end of file |