-
Add support for the macOS Sequoia text editing context menu "Writing Tools"
![Screenshot 2024-06-20 at 4 54 37 PM](https://github.com/flutter/flutter/assets/682784/94e2fe67-90d8-48df-95e2-dd18db057…
-
Hello,
I was updating `objc2-app-kit` in preperation for adding `objc2-ui-kit` to `arboard` for iOS support and ran into a snag. Due to a longstanding `cargo` bug, something in the new `0.2.2` vers…
-
Knausj / Talon use the clipboard for transient operations such as getting selected text. It would be great if there were a way for Talon to mark such clipboard items as transient so that they are ign…
pokey updated
5 months ago
-
Recently, it might have been since the last Hammerspoon update, the clipboard tool began behaving erratically. Sometimes, it ignores some inputs. Specifically it doesn't always open with `hyper + p`, …
-
| | |
|------------------|-----------------|
|Previous ID | SR-8149 |
|Radar | rdar://problem/41725279 |
|Original Repor…
-
After selecting text with mouse pointer sometimes following warning appears at the bottom of the terminal. Seemingly randomly.
### System
OS: macOS Sonoma 14.5 (23F79)
Version: Version 0…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Conduc…
-
| | |
|------------------|-----------------|
|Previous ID | SR-12915 |
|Radar | None |
|Original Reporter | @iby |
…
-
**Describe the bug**
If Clop (https://github.com/FuzzyIdeas/Clop) is off, PastePal will ingest the image, but if Clop is on/active PastePal does not seem to ingest the image(s).
**To Reproduce**
…
-
剪贴板图片另存为png
```
void readClipboard(){
NSPasteboard* myPasteboard = [NSPasteboard generalPasteboard];
NSArray *classArray = [NSArray arrayWithObject:[NSImage class]];
NSDiction…