CristianHenzel / ClipIt

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

Back tick "`" do not work with history hotkey #70

Closed sgnsajgon closed 3 years ago

sgnsajgon commented 7 years ago

I use Ditto Clipboard Manager on Windows and I'm used to default "Ctrl-`" history hotkey (control + back stick). It would be great to be able to use the same hotkey for ClipIt on Ubuntu. Currently hotkey with back stick do not work.

jirikrepl commented 7 years ago

Yes same thoughts here! I use Ditto on also Windows with CTRL+`

This clipboard manager allows you to use back tick https://github.com/pvanek/qlipper

facetoe commented 7 years ago

This seems to be a limitation in the library used for binding keys. It appears that any punctuation character causes gdk_keyval_from_name to return 0 in https://github.com/CristianHenzel/ClipIt/blob/master/src/eggaccelerators.c#L316. Not sure how this could be resolved.

Epskampie commented 7 years ago

Good news! You can actually use backtick, but you have to specify the hotkey like this:

<Ctrl>grave

I looked for a long time for this. :-)

facetoe commented 7 years ago

Excellent!

thebunnyrules commented 6 years ago

Thanks so much, I tried Grave it didn't occur to me to try grave.

peroxy commented 4 years ago

Good news! You can actually use backtick, but you have to specify the hotkey like this:

<Ctrl>grave

I looked for a long time for this. :-)

What a champ, thanks so much :+1:

sidmint commented 3 years ago

thanks @Epskampie, was looking for it but using Shift+Tab now anyway.

But I still could not figure out how to use the escape key, anyone's help would be appreciated, reply here #163.

sidmint commented 3 years ago

this issue can be closed now.