QTodoTxt2 icon indicating copy to clipboard operation
QTodoTxt2 copied to clipboard

Pressing Control key ends text input mode

Open severoraz opened this issue 7 years ago • 2 comments

The use of the Control-Backspace key combination is very useful for deleting text word-by-word during text edition; however, attempting this during task text entry mode in qtodotxt2 results in the same behaviour as pressing Enter would trigger. The result is that when the user wants to delete text during text entry, he may end up saving the task text with an undesired content.

severoraz avatar Nov 26 '17 12:11 severoraz

I just realized that this only happens because when I press control I trigger the mouse-finding feature in my desktop manager (Gnome 3.26). How could this be approached? Certainly this doesn't happen in other applications, the older QTodoTxt as the closest example.

severoraz avatar Nov 26 '17 12:11 severoraz

Ok! The mouse finder feature breaks several applications. I had to disable it.

oroulet avatar Dec 04 '17 16:12 oroulet