How to mask the short key in firefox without using keyconfig

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krndhi1983
    New Member
    • Jun 2007
    • 22

    How to mask the short key in firefox without using keyconfig

    Dear Friends,

    I am using firefox in Fedora OS. Now i want to mask(disable) all the short cut key's of menu.Can we do without using keyconfig.

    Also I am facing one more problem, i tried to hide "Save Page As" in File Menu but still i am not able to do.For this one,when i was trying with the following code it's not working #context-savepage{displa y: none;}

    Pls friends if u know the solutions kindly reply ...

    Thanks and Regards,
    Karunanidhi.R.V
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    is that for a public webpage or a controlled environment like an intranet application? ... for a public page you cannot do that ... while it would be possible to capture the key events it would be impossible to hide the menu-items in the browsers menubar ... but for an intranet application you might have a look at the Mozilla Prism project ... which could provide a clean 'webpage-runtime-container' without menu, status etc. ... but note: then all users would need to use the app with such a 'browser' ... and in case your app is available over http everybody could use it in any browser and you would need to ensure what you want to ensure ...

    kind regards

    Comment

    Working...