-
feedback from @HiDeoo:
> I tried adding a copy to the clipboard button but due to the iframe setup, it looks like it's not possible to use the Clipboard API as we get a DOMException: The Clipboard…
-
Hey hey, still loving zellij, great work on the newest update!
## Issue
xterm compatible consoles emits FocusIn/FocusOut event sequences which are used by various CLI apps, but these events are sw…
-
### WebKittens
@annevk @whsieh
### Title of the spec
Feature detection for supported clipboard formats
### URL to the spec
https://w3c.github.io/clipboard-apis/#clipboard-item-interface…
-
Copy to clipboard not working on Safari. Maybe this [https://wolfgangrittner.dev/how-to-use-clipboard-api-in-firefox/](url) fixes it.
-
### Describe the Bug
Any API marked with the `[SecureContext]` attribute (e.g. the Clipboard API) will be unavailable in non-secure contexts (i.e. HTTP), trying to use the API will result in panics…
-
## Description
When I select "Copy shareable link" from the file browser in Safari it does not copy the link (something else ends up in the buffer)
## Reproduce
1. Go to the file browser
…
-
**The current default keybind is ctrl+space, but I feel that if we change it to alt+space, we would be able to solve known issue #3.**
# Investigations
## Writing Tools with the ctrl+space keybi…
-
Hi there.
I have the following example program main.c:
```
#define GLFW_INCLUDE_NONE
#include
#include
int SCR_WIDTH = 500;
int SCR_HEIGHT = 500;
int main() {
glfwInit();
GLF…
-
Hey! Nice work with this plugin! I was wondering if we could rework it to the _new_ clipboard API (https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API). And perhaps enhance the plugin by gi…
-
Investigate hooking into `paste` events in browsers and allowing users to disable this feature if they would like to.
See https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent