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 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Option-shift-space causes page refresh

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 🥽

도움이 되셨습니까?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.