[1mdiff --git a/res/about/help.gmi b/res/about/help.gmi[m
[1mindex f27f8830..4abaabbc 100644[m
[1m--- a/res/about/help.gmi[m
[1m+++ b/res/about/help.gmi[m
[36m@@ -35,6 +35,7 @@[m [mLike Gemini, Lagrange has been designed with minimalism in mind. It depends on a[m
[32m+[m[32m* Configurable keybindings[m
[m
[m
[36m@@ -171,7 +172,7 @@[m [mThe 🔃 button on the right side of the URL input field is the Reload/Stop butt[m
[m
[m
[31m-You can find a number of settings in Preferences to customize what the user interface and page contents look like.[m
[32m+[m[32mYou can find a number of settings in Preferences to customize the user interface and page contents.[m
[m
[m
[36m@@ -196,19 +197,33 @@[m [mPage content color themes are selected on the "Colors" tab of Preferences. The "[m
[m
[m
[31m-Heading/body font.[m
[32m+[m[32mThe fonts for headings and other text are selected separately. This way one can achieve a greater number of style variations. Also, headings that are in a different font are more visually distinct and thus easier for one's eyes to scan.[m
[m
[31m-There are two serif and two sans serif fonts. "Nunito" is a friendly rounded font. "Fira Sans" is bolder, narrower, and more angular.[m
[32m+[m[32mThere are two sans-serif and two serif fonts:[m
[m
[31m-Line width: This setting determines the maximum width for text lines. "Window" disables the maximum limit and fits text lines to the full width of the window. Shorter lines are generally easier to read.[m
[32m+[m[32m* "Nunito" is a friendly rounded sans-serif font.[m
[32m+[m[32m* "Fira Sans" is a bolder, narrower, and more angular sans-serif font.[m
[32m+[m[32m* "Literata" is a heavy and serious serif font.[m
[32m+[m[32m* "EB Garamond" is a lighter and more decorative serif font. You may find it more readable on light backgrounds.[m
[m
[32m+[m[32mOther style options:[m
[32m+[m
[32m+[m[32m* Line width: This setting determines the maximum width for text lines. "Window" disables the maximum limit and fits text lines to the full width of the window. Shorter lines are generally easier to read.[m
[32m+[m[32m* Quote indicator: Quoted text is shown in an italic font. Additionally, you can select between a quotation mark icon and the traditional vertical line along the left edge of the quote.[m
[31m-* Quote indicator[m
[m
Options for wide window sizes:[m
[m
[m
[32m+[m[32m### Bindings[m
[32m+[m
[32m+[m[32mThe Bindings tab lets you change which keys are bound to UI commands. Currently only basic page scrolling keybindings are available.[m
[32m+[m
[32m+[m[32mClick on an item with the mouse and then press the new key combination that you want bound to it.[m
[32m+[m
[32m+[m[32mTo reset all bindings to their defaults, quit Lagrange and delete the "bindings.txt" file in Lagrange's runtime directory. This is a platform-dependent location; see below for more information (under "Runtime files").[m
[32m+[m
[m
[36m@@ -245,6 +260,7 @@[m [mLagrange stores user-specific persistent files in one of the following locations[m
Other Unix : ~/.config/lagrange/[m
[m
[32m+[m[32m* bindings.txt[m
[36m@@ -253,4 +269,5 @@[m [mOther Unix : ~/.config/lagrange/[m
[m
[32m+[m
=> about:license[m
[1mdiff --git a/src/ui/bindingswidget.c b/src/ui/bindingswidget.c[m
[1mindex 4ce6ea4d..82763416 100644[m
[1m--- a/src/ui/bindingswidget.c[m
[1m+++ b/src/ui/bindingswidget.c[m
[36m@@ -107,6 +107,7 @@[m [mvoid init_BindingsWidget(iBindingsWidget *d) {[m
d->activePos = iInvalidPos;[m
d->list = new_ListWidget();[m
setItemHeight_ListWidget(d->list, lineHeight_Text(uiLabel_FontId) * 1.5f);[m
[32m+[m[32m setPadding_Widget(as_Widget(d->list), 0, gap_UI, 0, gap_UI);[m
addChild_Widget(w, iClob(d->list));[m
updateItems_BindingsWidget_(d);[m
}[m
text/plain
This content has been proxied by September (3851b).