🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Error message when opening Keyboard settings

User: "Udhay Rohith"
Altair Community Member
Updated by Udhay Rohith

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

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Altair Forum User"
    Altair Employee
    Updated by Altair Forum User

    Hi Udhay,

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

    User: "Udhay Rohith"
    Altair Community Member
    OP
    Updated by Udhay Rohith

    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)
     

    User: "Udhay Rohith"
    Altair Community Member
    OP
    Updated by Udhay Rohith

    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.