> @@ -560,6 +560,8 @@ static void init_default_kb(void)
> GDK_Left, GDK_MOD1_MASK, "nav_back", _("Navigate back a
> location"), NULL);
> add_kb(group, GEANY_KEYS_GOTO_FORWARD, NULL,
> GDK_Right, GDK_MOD1_MASK, "nav_forward", _("Navigate forward a
> location"), NULL);
> + add_kb(group, GEANY_KEYS_GOTO_ADD_POSITION, NULL,
> + 0, 0, "nav_add_position", _("Remember location in history"),
> NULL);
@elextr we were talking about the UI string, not the enumeration name :)
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1114/files/691879c16d046b0bfb97614d4f069c591f33e40a#r71143469