[Github-comments] [geany/geany] Keybinding to remember location in history (#1114)

Colomban Wendling notifications at xxxxx
Mon Jul 18 13:08:39 UTC 2016


> @@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160718/d59d41b6/attachment.html>


More information about the Github-comments mailing list