aboutsummaryrefslogtreecommitdiff
path: root/src/keysrc
AgeCommit message (Collapse)Author
2025-08-04Focus the N-th tab with Alt-<number>Rodrigo Arias Mallo
Allows jumping directly to a given tab. It encourages a low number of tabs opened, otherwise it will exceed the 1 to 10 range.
2025-05-08Make Ctrl+C copy selection into clipboardRodrigo Arias Mallo
Follows the behavior of so many other programs by copying the current text selection into the clipboard with Ctrl+C. Selecting text continues to copy it into the primary selection. Fixes: https://github.com/dillo-browser/dillo/issues/228
2024-06-25Add support for zoom factorRodrigo 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
2015-05-09keys: add Menu keycorvid
Now have a computer with windows keys :( and, at least for me, the one that looks like a menu is apparently "Menu" in xev. (Although some FLTK documentation and other stuff on the web suggests that this used to [or maybe still does for some people] cause Super_R (xev), which would then turn into FL_Meta_R in FLTK.)
2012-09-28keybinding for view-sourceAlexander Voigt
2011-10-30Bind Ctrl-{PageUp,PageDown} to tab-{previous,next}.Jeremy Henty
2011-09-14Allow key bindings for paging left/rightcorvid
2011-08-22keysrc mention meta==commandcorvid
2011-08-03Bind <Ctrl><Shift>Tab instead of <Shift>Tab to "left-tab".Jeremy Henty
2011-07-11Made "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.
2011-06-23multimedia key namescorvid
fltk-1.3 gives them special values, so they can't be used by specifying keysyms in keysrc anymore. I separated them from the other keys 1) so that they can be ignored when looking through the list of 'ordinary' keys 2) because Back and BackSpace could be confusing. Am I thrilled with the idea of having rules like "forward = forward"? Well, not particularly.
2011-06-21rm comment warning about (left|right)-tabcorvid
2011-04-28Made Ctrl-q the default for close-all (it was Alt-q)Jorge Arellano Cid
2011-04-27change keysrc as wellcorvid
2009-11-04allow keysyms in keysrccorvid
2009-09-20trim some spacescorvid
2009-09-08'save' key actioncorvid
2009-07-05keybindings for scrollingcorvid
2009-06-24mention stop in keysrccorvid
2009-06-21mention nop in keysrccorvid
2009-06-10add keysrccorvid