Error message when opening Keyboard settings
Hi All,
I opened the keyboard settings and put this command for Ctl S shortcut. [. cget -menu].file invoke 2
After that it shows error like missing close bracket. so i have closed the keyboard setting without saving it.
Now again when I try to open the keyboard setting menu, it is showing the error as shown in the below image. Is there anyway to rectify it.
Thanks,
Udhay
Answers
-
Hi Udhay,
Can you click the details option in the error message. It may give any info regarding the error.
0 -
Hi George,
Thanks for your reply. By clicking details I have got this log.
missing close-bracket
missing close-bracket
while executing
'info command [.'
('uplevel' body line 1)
invoked from within
'uplevel #0 info command $command_root'
(procedure '::KeyTable::p_RegisterCommands' line 190)
invoked from within
'::KeyTable::p_RegisterCommands '''
(procedure '::HM_Framework::p_AcceleratorDialog' line 28)
invoked from within
'::HM_Framework::p_AcceleratorDialog'
(menu invoke)
0 -
This procedure will rectify the Keyboard settings error. Thanks to George P Jhonson
1) Open HM.
2) Using command Window source the keycommandtable.tcl (script available in installation directory) or run the keycommandtable.tcl file in hm
3) Open keyboard settings.
4) Clear the Ctrl+s command that was entered earlier.
5) Hit “apply” and then “OK”
6) Then restart HM. This should be fixed.
0