fmoralesc / pastie

a simple *nix clipboard manager with application-indicator support
45 stars 7 forks source link

Ctrl + Shift + C fails most of the time #21

Closed hotice closed 13 years ago

hotice commented 13 years ago

The new option in Pastie which can be triggered using the Ctrl + Shift + C keyboard shortcut doesn't do anything most of the time (it seldom works).

Also, Chromium already has a function assigned to Ctrl + Shift + C - and even if that wasn't the case, it would be nice if Pastie had an option to change the keyboard shortcut for this.

Tested using Ubuntu 10.04 Lucid Lynx.

fmoralesc commented 13 years ago

I'm aware of this. It's because pastie tries to hide when it doesn't have the focus, but most of the time the focus is in another window. I already have a fix in the testing branch. I'll release that ASAP through the PPA.

Regarding the option to change the shortcut, I'll work on that. I plan to give the whole preferences dialog an overhaul.

hotice commented 13 years ago

Great, thank you!

fmoralesc commented 13 years ago

Released a fixed version to the PPA. The preferences dialog redesign is now a separate issue, fmoralesc/pastie#22. Closing this issue.