Error message when opening Keyboard settings

Udhay Rohith
Udhay Rohith Altair Community Member
edited October 2020 in Community Q&A

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

<?xml version="1.0" encoding="UTF-8"?>Capture.JPG

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited January 2017

    Hi Udhay,

    Can you click the details option in the error message. It may give any info regarding the error.

  • Udhay Rohith
    Udhay Rohith Altair Community Member
    edited January 2017

    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)
     

  • Udhay Rohith
    Udhay Rohith Altair Community Member
    edited January 2017

    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.