Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

Option-shift-space causes page refresh

  • 1 件の返信
  • 0 人がこの問題に困っています
  • 最後の返信者: happy.gear3593

more options

I've noticed that whenever I press ⌥⇧Space (option-shift-spacebar) in Firefox Developer Edition, it causes the page to refresh.

This behaviour seems to be consistent across devices.

Is there a way to change/disable this behaviour? It is very inconvenient, as it often causes me to accidentally trigger a page refresh when I type an em dash (`—`) in a text input (opt-shift-dash, and then type a space character after it, I'm very likely to hit opt-shift-space by mistake 🙈).

I've noticed that whenever I press ⌥⇧Space (option-shift-spacebar) in Firefox Developer Edition, it causes the page to refresh. This behaviour seems to be consistent across devices. Is there a way to change/disable this behaviour? It is very inconvenient, as it often causes me to accidentally trigger a page refresh when I type an em dash (`—`) in a text input (opt-shift-dash, and then type a space character after it, I'm very likely to hit opt-shift-space by mistake 🙈).

選ばれた解決策

Found it. It's not a Firefox shortcut; it's introduced by the NoScript extension:

https://github.com/hackademix/noscript/blob/cd69f1a1837ac97ef89262967e7131671afa954a/src/manifest.json#L179

```

 "commands": {
   "toggleEnforcementForTab": {
     "description": "__MSG_toggleEnforcementForTab__",
     "suggested_key": {
       "default": "Alt+Shift+Space",
       "windows": "Alt+Shift+Comma"
     }
   },

```

This means I've been accidentally toggling NoScript on and off for various sites without realising it over the years 🙀

I've changed the shortcut following the instructions at https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox and that pesky unexpected refresh no longer occurs 🥽

この回答をすべて読む 👍 0

すべての返信 (1)

more options

選ばれた解決策

Found it. It's not a Firefox shortcut; it's introduced by the NoScript extension:

https://github.com/hackademix/noscript/blob/cd69f1a1837ac97ef89262967e7131671afa954a/src/manifest.json#L179

```

 "commands": {
   "toggleEnforcementForTab": {
     "description": "__MSG_toggleEnforcementForTab__",
     "suggested_key": {
       "default": "Alt+Shift+Space",
       "windows": "Alt+Shift+Comma"
     }
   },

```

This means I've been accidentally toggling NoScript on and off for various sites without realising it over the years 🙀

I've changed the shortcut following the instructions at https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox and that pesky unexpected refresh no longer occurs 🥽

役に立ちましたか?

質問する

投稿に返信するには あなたのアカウントにログイン する必要があります。まだアカウントをお持ちでなければ、新しい質問を開始 してください。