Skip to content

visual-diff: don't disable Ctrl-C

John Beard requested to merge johnbeard/kicad-library-utils:ctrl-c into master

Currently, Ctrl-C is disabled in the Visual-diff tool as it's captured by the "open code diff" action.

Instead, only handle the current keypresses when no modifiers are used. This doesn't preclude shortcuts with modifiers in future.

Also avoid using two "id" attributes in the HTML for the buttons, as this is invalid HTML.


Also add a follow-up commit to show a tooltip with the shortcut in it for discoverability.


Test MR: johnbeard/kicad-footprints!3

Edited by John Beard

Merge request reports