CristianHenzel / ClipIt

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

<Ctrl>` shortcut doesn't work #169

Closed marcinjahn closed 3 years ago

marcinjahn commented 3 years ago

I tried setting up \<Ctrl>` as a shortcut for history view. It just doesn't work.

OhMyMndy commented 3 years ago

@Loreno10 You can't only use <Ctrl> since it is a modifier, you can however use something like <Ctrl>H

marcinjahn commented 3 years ago

I’m not using only CTRL. There is CTRL and a back tick.

OhMyMndy commented 3 years ago

I tried to use <Ctrl>`, ran clipit from the command line and it core dumped when pressing that key combination...

CristianHenzel commented 3 years ago

Duplicate of #70