comparison src/keymap.c @ 245:51092a27c943 r20-5b21

Import from CVS: tag r20-5b21
author cvs
date Mon, 13 Aug 2007 10:17:54 +0200
parents f955c73f5258
children 83b3d10dcba9
comparison
equal deleted inserted replaced
244:78d4f1140794 245:51092a27c943
50 #endif 50 #endif
51 51
52 #include "events-mod.h" 52 #include "events-mod.h"
53 53
54 54
55 /* A keymap contains four slots: 55 /* A keymap contains six slots:
56 56
57 parents Ordered list of keymaps to search after 57 parents Ordered list of keymaps to search after
58 this one if no match is found. 58 this one if no match is found.
59 Keymaps can thus be arranged in a hierarchy. 59 Keymaps can thus be arranged in a hierarchy.
60 60