mirror of https://gitlab.com/basile.b/dexed.git
disable shortcut on conflict
previously old value was kept
This commit is contained in:
parent
476ee10dc2
commit
dfe19b786b
|
@ -453,6 +453,8 @@ begin
|
||||||
// try to find, if not match cur action, set to 0
|
// try to find, if not match cur action, set to 0
|
||||||
kst.ShortCut := shc.shortcut;
|
kst.ShortCut := shc.shortcut;
|
||||||
except
|
except
|
||||||
|
kst.ShortCut := 0;
|
||||||
|
shc.shortcut := 0;
|
||||||
// TODO-cfeaure: manage shortcuts conflicts
|
// TODO-cfeaure: manage shortcuts conflicts
|
||||||
// either here or in the shortcut editor.
|
// either here or in the shortcut editor.
|
||||||
// by default and if a conflict exists synedit will raise an exception here.
|
// by default and if a conflict exists synedit will raise an exception here.
|
||||||
|
|
Loading…
Reference in New Issue