<p>In <a href="https://github.com/geany/geany/pull/1114#discussion_r71143904">src/keybindings.c</a>:</p>
<pre style='color:#555'>> @@ -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);
</pre>
<p>Oh well, in that case don't care either way. Current is reasonably implied.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1114/files/691879c16d046b0bfb97614d4f069c591f33e40a#r71143904">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ_k0pEvIJlpK-czRgzvJABjwbYe6ks5qW3upgaJpZM4JEN06">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5SZHdm6bnl06yGJfkKJ5wsJaqudks5qW3upgaJpZM4JEN06.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/geany/geany/pull/1114/files/691879c16d046b0bfb97614d4f069c591f33e40a#r71143904"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>