CsBigDataHub

Results 86 comments of CsBigDataHub

I think it is a better idea to access the clipboard rather than simulating `Ctrl+c`. I would suggest user to copy the desired text [with application specific copy key-binding] and...

https://code.activestate.com/recipes/576887-shared-clipboard/ this is cross platform too - https://github.com/asweigart/pyperclip

Yes, completely agree. What about having 2 functions and 2 keybindings. One keybinding is configured to read from the clipboard. One keybinding opens writing tools in chat mode. `` C+`...

@momokrono, You are spot on. Issue is with Wayland. Switched to Xorg and it has been working fine. Maybe a note in README might help other users.

@momokrono, I've managed to get the app working on Wayland, albeit with a generous interpretation of that term, using KDE Plasma 6.2.5 and the global hotkeys. In contrast, when running...

Here is the screenshot on wayland with some content selected. I do not see any options except for the text box. ![Screenshot_20250106_190116](https://github.com/user-attachments/assets/82f32d4c-3710-4c5c-b95a-579ba87b9843)

@theJayTea, @momokrono, I debugged this application this morning, looks like `Ctrl+c` cannot be simulated on `wayland` with pynput. This is the DEBUG log - ``` 2025-01-07 09:37:29,052 - DEBUG -...

Hello @momokrono and @theJayTea, I have identified a potential workaround for the issue on `wayland`. My web browsers are installed as `flatpaks`. By utilizing [Flatseal](https://flathub.org/apps/com.github.tchx84.Flatseal) to manage `flatpak` permissions, I...

> Clipboard backup: "" (sleep: 0.2s) 2025-01-07 09:37:57,692 - DEBUG - Selected text: " press_ctrl_c()

Only one way to find out :). Let me try and compile it Flatpak. But I want to point out that, compiling the app and using it have been finicky....