搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Edit omni.ja

  • 6 个回答
  • 1 人有此问题
  • 888 次查看
  • 最后回复者为 User16

more options

I am using firefox 78.6.0, I need to edit omni.ja

how i can edit omni.ja?

thank you

I am using firefox 78.6.0, I need to edit omni.ja how i can edit omni.ja? thank you

被采纳的解决方案

The omni.ja file in Firefox's program folder is replaced every update, so although you can unpack it (using an Unzip tool), edit files, and put it back together, this is a very temporary fix. It's also not officially supported by this forum, as you would expect.

I recently saw a thread on Reddit about using an Autoconfig file (two files are actually involved) to modify Ctrl+Shift+b. You might take a look at this thread and perhaps there is a similar approach to modifying Ctrl+w that would work and wouldn't need to get redone after every update. I suppose you could reply to the author and see if they'll help.

定位到答案原位置 👍 2

所有回复 (6)

more options

Please explain the problem in detail. What happens? What is/are the exact error message(s) ?

more options

I want to disable some keyboard shortcuts (ctrl + w) After some research, I found that we can disable ctrl+w by removing: reserved = "true" from these two lines of the browser.xhtml file under omni.ja :

<key id="key_close" data-l10n-id="close-shortcut" command="cmd_close" modifiers="accel" reserved="true"/> <key id="key_closeWindow" data-l10n-id="close-shortcut" command="cmd_closeWindow" modifiers="accel,shift" reserved="true"/>

but I could not modify omni.ja

more options

I called for more help.

more options

选择的解决方案

The omni.ja file in Firefox's program folder is replaced every update, so although you can unpack it (using an Unzip tool), edit files, and put it back together, this is a very temporary fix. It's also not officially supported by this forum, as you would expect.

I recently saw a thread on Reddit about using an Autoconfig file (two files are actually involved) to modify Ctrl+Shift+b. You might take a look at this thread and perhaps there is a similar approach to modifying Ctrl+w that would work and wouldn't need to get redone after every update. I suppose you could reply to the author and see if they'll help.

more options

The two omni.ja archives are signed in current release (they contain a META-INF folder), so it isn't possible to edit them.

See:

  • resource://gre/
  • resource:///

You need to use other ways to achieve what you want like posted above.

What changes do you want to make ?

more options

thank you for your reply I want to disable the closing of the browser when the user types ctrl + w or when he clicks on close window from the taskbar. so i thought about modifying browser.xhtml