Underconstraction 🛠️ Expect some issues 🚧

AI Shortcuts

Firefox extension: ChatGPT keyboard shortcuts for Gemini & Bing Copilot

  • JavaScript
AI Shortcuts

I’ve been using ChatGPT pretty heavily since it came out, and honestly, it’s like having a second brain at your beck and call. You just need to get good at prompts.

More recently, Google debuted Gemini, and Microsoft introduced Bing Copilot. I use these when ChatGPT doesn’t provide the answer I’m looking for.

The problem is, I got used to the keyboard shortcuts like Ctrl + K opening a new chat in ChatGPT. Unfortunately, neither Gemini nor Bing provide similar keyboard shortcuts at this moment (as of Jun 10, 2024).

Being a developer who just loves keyboard shortcuts, I have created a mini extension to address this. Written in JavaScript, I deployed it only on Firefox, since I’m a Firefox fan.

Here is the shortcuts guide:

GeminiBing
Open new chatCtrl + kCtrl + k
Toggle sidebarCtrl + Shift + SCtrl + Shift + S
Focus chat inputShift + EscShift + Esc
Copy last responseCtrl + Shift + CN/A
Copy last code blockCtrl + Shift + ;N/A
Live demo
Source Code