Hi, A new, rewritten version of the patch was committed. It is O(log n) instead of O(n^3), supports named keys, and multiple keybindings. It supports the traditional key bindings by default, and they can be configured in ~/.dillo/keysrc. e.g. <Ctrl>a = bookmarks F6 = back . = forward <Ctrl>b = back The patch is not 100% complete. For instance there's a need to provide a default keysrc file in a similar way that cookiesrc or dillorc (with useful comments). Please test it and polish where needed. It has had very little testing. Note: O(log n) may be an overkill, but once it was O(n) it was easy to use dlib's sorted list instead of plain list. It can also be used as a template for other sources. -- Cheers Jorge.-