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

Colomban Wendling notifications at xxxxx
Sat Jul 16 12:56:28 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);

Maybe this should include "current" in the sentence?  "Remember current location in history"?

---
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#r71065676
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160716/9c616476/attachment.html>


More information about the Github-comments mailing list