Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi

Changing the sidebar shortcut from the UI

There seems to be no possible way to change the shortcut for peeking at the tabs in the sidebar (when sidebar revamp is enabled) from the about:keyboard UI. I have so far… (xem thêm)

There seems to be no possible way to change the shortcut for peeking at the tabs in the sidebar (when sidebar revamp is enabled) from the about:keyboard UI. I have so far managed to modify the shortcut through intercepting function calls.

What I have done: 1. Read through the JS source code for about:keyboard which says the shortcut ID is `toggleSidebarKb` 2. Added hooks to intercept `RPMSendQuery` calls 3. Modified the shortcut through devtools open on the about:keyboard page with the following snippet

```js await RPMSendQuery("CustomKeys:ChangeKey", {

 "modifiers": "accel",
 "isValid": true,
 "key": "S",
 "shortcut": "Ctrl+S",
 "id": "toggleSidebarKb"

}) ```

The way I am doing it is definitely a hack. I am not sure if I am missing something. Although the shortcuts for bookmarks, history, and GenAI chat sidebar are present, there seems to be no entry to change the sidebar toggle shortcut itself. I'd love to work on this but I haven't been able to mach bootstrap on NixOS.

Thank you for any assistance :)

Được hỏi bởi lavafroth 56 phút trước

Firefox does not bring my last opened web pages after I reboot. I checked settings and it is on.

I've followed all recommendations to fix that, but nothing works. Should I remove the browser, boot up, and download it again? Remove all my personal settings, etc? Also… (xem thêm)

I've followed all recommendations to fix that, but nothing works. Should I remove the browser, boot up, and download it again? Remove all my personal settings, etc? Also, I download my emails, I erase the unwanted emails, and suddenly, many copies of my previously erased emails show up after I get a new email. This happens with Gmail and Yahoo Mail. Please help me, this is driving me crazy and taking up my time. Gratefully, have a swell day! Isis

Được hỏi bởi IWMc 2 ngày trước