Replies: 7 comments
-
I was just looking for the same thing. It would be nice to have a customizable shortcut. |
Beta Was this translation helpful? Give feedback.
-
+1 for this. |
Beta Was this translation helpful? Give feedback.
-
Looking at the code, there isn't a way: onKeyDown(event) {
if (event.key === 'Escape' && this.#currentGlanceID) {
event.preventDefault();
event.stopPropagation();
this.closeGlance({ onTabClose: true });
}
} +1 for the feature request! |
Beta Was this translation helpful? Give feedback.
-
Would |
Beta Was this translation helpful? Give feedback.
-
I don't even care if it can be changed. I would change it to |
Beta Was this translation helpful? Give feedback.
-
How do we create an issue? |
Beta Was this translation helpful? Give feedback.
-
Just wondering if there's a shortcut for expanding Glance into a new page without having to click the little expand button. Couldn't find this anywhere
Beta Was this translation helpful? Give feedback.
All reactions