Posted 30 June 2023, 4:09 am EST
Hi,
I am trying to deactivate the CTRL+F keys functions to hide the pop up window of find and replace but it is not getting worked.
I have done the same way of deactivating the copy function i.e
For disabling copy I have done
spread.commandManager().setShortcutKey(undefined,GC.Spread.Commands.Key.c, true, false, false, false)
it worked successfully and
in the same way for find shortcut key disabling I have done
spread.commandManager().setShortcutKey(undefined,GC.Spread.Commands.Key.f, true, false, false, false) but its not working.
Can anyone help me with this?
