diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-23 00:23:55 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-23 00:23:55 +0100 |
commit | 7654639f6f9cc57f31aeabf4489e9ad7fe9b6ef7 (patch) | |
tree | 2f7d81f7c6a603caddf7155cf1bce1397c070ee5 | |
parent | 726e0c7dcea3f187ac02bcd25a1a049b98b84502 (diff) |
TODOs fixed
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -105,13 +105,9 @@ When adding window capture only add it to recording and streaming and do the win Show an error that prime run will be disabled when using desktop portal capture option. This can cause issues as the user may have selected a video codec option that isn't available on their iGPU but is available on the prime-run dGPU. -Is it possible to configure hotkey and the new hotkey to get triggered immediately? - For keyboards that report supporting mice the keyboard grab will be delayed until any key has been pressed (and then released), see: https://github.com/dec05eba/gpu-screen-recorder-issues/issues/97 See if there is any way around this. -Instead of installing gsr-global-hotkeys in flatpak use kms-server-proxy to launch gsr-global-hotkeys inside the flatpak with root, just like gsr-kms-server. This removes the need to update gsr-global-hotkeys everytime there is an update. - Check if "modprobe uinput" is needed on some systems (old fedora?). Add recording timer to see duration of recording/streaming. @@ -137,8 +133,6 @@ Make input work with cjk input systems (such as fcitx). System startup option should also support runit and some other init systems, not only soystemd. -Allow using a hotkey such as printscreen or any other non-alphanumeric key without a modifier. Allow that in gsr-ui and gsr-global-hotkeys. Update the ui to match that. - Use x11 shm instead of XGetImage (https://stackoverflow.com/questions/43442675/how-to-use-xshmgetimage-and-xshmputimage). Add a hotkey to record/stream/replay region. |