Bind pgup/pgdown/shift+space

This commit is contained in:
Florian Bruhin 2014-05-07 07:40:36 +02:00
parent 625d369c33
commit 285a1c86b4

View File

@ -606,7 +606,10 @@ DATA = OrderedDict([
('<Down>', '${j}'),
('<Up>', '${k}'),
('<Right>', '${l}'),
('<Shift-Space>', '${<Ctrl-B>}'),
('<Space>', '${<Ctrl-F>}'),
('<PgUp>', '${<Ctrl-B>}'),
('<PgDown>', '${<Ctrl-F>}'),
)),
('keybind.insert', sect.ValueList(