about summary refs log tree commit diff stats
path: root/ranger/container/keymap.py
Commit message (Expand)AuthorAgeFilesLines
* implemented a new keybinding parserhut2011-09-301-164/+0
* core.main: added --list-unused-keys optionhut2011-09-291-2/+2
* container.keymap: removed __getitem__ from KeyManagerhut2010-04-181-1/+0
* ranger.container.keymap: added some documentationhut2010-04-161-1/+19
* moved container.keymap.KeyBuffer into seperate modulehut2010-04-161-161/+2
* keymap: make lines shorterhut2010-04-161-11/+11
* keymap: replace to_string and is_ascii_digit with builtin methodshut2010-04-161-13/+4
* keymap: moved simulate_press to where it belongs: tc_newkeyshut2010-04-161-9/+0
* keymap: remove unused codehut2010-04-161-7/+0
* keymap: move translate_keys to ranger.ext.keybinding_parserhut2010-04-161-84/+9
* container.keymap: Extended KeyManagerhut2010-04-131-4/+11
* tc_newkeys: fixed all but one testhut2010-04-091-7/+25
* partially fix tc_newkeyshut2010-04-091-31/+31
* start to integrate keybindingshut2010-04-071-5/+14
* added KeyManagerhut2010-04-071-3/+30
* Implement alt keys in corehut2010-04-071-0/+2
* container.keymap: support for Alt keyhut2010-04-071-1/+6
* updated container.keymap + testcase to work with new ext.directionhut2010-04-071-10/+2
* keyparser: test for collisions with directories of a lenght > 1hut2010-03-091-13/+15
* keyparser: updaded copying notice in new fileshut2010-03-091-11/+12
* keyparser: stuffhut2010-03-091-20/+7
* keyparser: lots of stuffhut2010-03-091-9/+18
* keyparser: fixeshut2010-03-091-3/+3
* keyparser: renamed KeyMap.add to KeyMap.maphut2010-03-091-2/+2
* keyparser: swapped argument order in KeyMap.add()hut2010-03-091-2/+2
* keyparser: allow passive actions (for hints, show bookmarks)hut2010-03-091-1/+9
* integrating keyparser...hut2010-03-091-4/+18
* working on the implementation of the new key parserhut2010-03-091-4/+6
* keyparser: moved classes from test/ to ranger/hut2010-03-091-0/+323