Quote:
Originally Posted by capink
Finally, the action_chains_single_click_edit tweak makes it possible still edit by single clicking, which you lose when you set the tweak (in case you want to connect the double click event to a chain):
Code:
doubleclick_on_library_view = 'do_nothing'
Unfortunately, there is bug there where it also open the field editor when double clicking as well. I don't know the cause for this, so if anyone can help with this.
|
I don't see this behavior. I set the calibre tweak
Code:
doubleclick_on_library_view = 'do_nothing'
I then set the plugin tweak
Code:
action_chains_single_click_edit = True
A single click in the library view edits the cell. A double click in the library view runs the action. Isn't this what is supposed to happen?