<p>In <a href="https://github.com/geany/geany/pull/1114#discussion_r69473061">src/keybindings.c</a>:</p>
<pre style='color:#555'>> @@ -2175,6 +2177,11 @@ static gboolean cb_func_editor_action(guint key_id)
>            case GEANY_KEYS_EDITOR_MOVELINEDOWN:
>                    sci_move_selected_lines_down(doc->editor->sci);
>                    break;
> +
> +          case GEANY_KEYS_EDITOR_ADD_POSITION:
> +                  if (doc->file_name)
> +                          navqueue_add_position(doc->file_name, sci_get_current_position(doc->editor->sci));
> +                  break;
</pre>
<p>and then this might need to be moved to fit the selected category</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/bb6c323e81c3b0b936c32652551d8fd5775e361c#r69473061">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJx1dbfTH8YfFfpiHbB8J_nlS9O6Dks5qSSh7gaJpZM4JEN06">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5qHpBIaNZSXr7I0CDYZi023S76Eks5qSSh7gaJpZM4JEN06.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/bb6c323e81c3b0b936c32652551d8fd5775e361c#r69473061"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>