Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-25 | Add support for zoom factor | Rodrigo Arias Mallo | |
Allows zooming in and out of pages by changing the size of all elements, including font size, images and tables. The initial zoom is specified in the "zoom_factor" option of dillorc. Use the new shortcuts Ctrl+ and Ctrl- to adjust the zoom of the current page and Ctrl 0 to reset it to 100%. When a new tab or window is opened, the current zoom factor is inherited. Each tab retains its own zoom factor. Fixes: https://github.com/dillo-browser/dillo/issues/21 | |||
2012-09-28 | keybinding for view-source | Alexander Voigt | |
2011-09-14 | Allow key bindings for paging left/right | corvid | |
2011-07-11 | Made "hide-panels" hide the findbar, then panels (and removed "fullscreen"). | Jorge Arellano Cid | |
Redefined "hide-panels" to close the findbar if it's visible, and all the panels when the findbar is not visible. | |||
2009-09-08 | 'save' key action | corvid | |
2009-07-05 | keybindings for scrolling | corvid | |
2009-06-24 | Added the "stop" keybinding (not bound!) | corvid | |
2009-06-05 | add private to show API vs internal | corvid | |
2009-06-05 | KeysCommand_t | corvid | |
This should make it easier for the casual reader to tell what's what in keys.cc. | |||
2009-06-05 | Get key bindings for File menu | corvid | |
2009-05-03 | Added configurable keybindings! (in ~/.dillo/keysrc) # part1 | Jorge Arellano Cid | |