CristianHenzel / ClipIt

ClipIt clipboard manager for GTK+
https://github.com/CristianHenzel/ClipIt
GNU General Public License v3.0
645 stars 83 forks source link

History indexes don't correspond to number pressed for automatic paste #155

Closed sdragnev closed 3 years ago

sdragnev commented 3 years ago

With "automatically paste selected item" turned on, pressing a corresponding number should paste the item with that index in the history. The issue is that the history show in the popup starts at 1 where the actual list starts at 0.

For example, if the history is as such:

  1. One
  2. Two

Pressing the history hotkey followed by 1 would actually paste "Two". Pressing 0 would paste One.

afelinczak commented 3 years ago

This issue is now fixed thanks to @jgidi PR. Will update ppa builds soon.

timothyjensen commented 3 years ago

Thank you for addressing this!