ranger.defaults.keys
index
/home/hut/ranger/ranger/defaults/keys.py

This is the default key configuration file of ranger.
Syntax for binding keys: bind(*keys, fnc)
 
keys are one or more key-combinations which are either:
* a string
* an integer which represents an ascii code
* a tuple of integers
 
fnc is a function which is called with the CommandArgument object.
 
The CommandArgument object has these attributes:
arg.fm: the file manager instance
arg.wdg: the widget or ui instance
arg.n: the number typed before the key combination (if allowed)
arg.keys: the string representation of the used key combination
arg.keybuffer: the keybuffer instance
 
Check ranger.keyapi for more information

 
Modules
       
ranger.gui.widgets.console_mode
os

 
Functions
       
baudrate(...)
beep(...)
can_change_color(...)
cbreak(...)
color_content(...)
color_pair(...)
curs_set(...)
def_prog_mode(...)
def_shell_mode(...)
delay_output(...)
doupdate(...)
echo(...)
endwin(...)
erasechar(...)
filter(...)
flash(...)
flushinp(...)
getmouse(...)
getsyx(...)
getwin(...)
halfdelay(...)
has_colors(...)
has_ic(...)
has_il(...)
has_key(...)
init_color(...)
init_pair(...)
initialize_commands(map)
Initialize the commands for the main user interface
initialize_console_commands(map)
Initialize the commands for the console widget only
initialize_embedded_pager_commands(map)
initialize_pager_commands(map)
initialize_taskview_commands(map)
Initialize the commands for the TaskView widget
intrflush(...)
is_term_resized(...)
isendwin(...)
keyname(...)
killchar(...)
longname(...)
meta(...)
mouseinterval(...)
mousemask(...)
napms(...)
newpad(...)
newwin(...)
nl(...)
nocbreak(...)
noecho(...)
nonl(...)
noqiflush(...)
noraw(...)
pair_content(...)
pair_number(...)
putp(...)
qiflush(...)
raw(...)
reset_prog_mode(...)
reset_shell_mode(...)
resetty(...)
resize_term(...)
resizeterm(...)
savetty(...)
setsyx(...)
setupterm(...)
termattrs(...)
termnam
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module ranger.gui.widgets.taskview</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">
<tr bgcolor="#7799ee">
<td valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="ranger.html"><font color="#ffffff">ranger</font></a>.<a href="ranger.gui.html"><font color="#ffffff">gui</font></a>.<a href="ranger.gui.widgets.html"><font color="#ffffff">widgets</font></a>.taskview</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/gui/widgets/taskview.py">/home/hut/work/ranger/rang