aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-19 21:25:57 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-19 21:25:57 +0200
commitff2c33e3a1659560a3e6d4c5e2c099b240d788ef (patch)
tree7154d0c9cb64000c09006ee99150c0039e999319 /TODO
parent2209d5e461f1a727171e9ce0be92eb107e05e27b (diff)
Add support for wayland global hotkeys (global shortcuts desktop portal), only kde really supports this. Refactor x11 hotkeys (use list...), add separate key for start/stop recording/pause
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index c4dce39..b05a4b7 100644
--- a/TODO
+++ b/TODO
@@ -3,8 +3,6 @@ Make sure the resolution is allowed for streaming.
Add list of windows to select from. This makes it easier to select another window that is not in the view to be clickable.
Disable overclocking and show some kind of sign that overclocking is not possible (if coolbits not set).
Button (in the field) to remove hotkey.
-Implement global hotkeys on wayland.
-Add pipewire capture option.
Error if polkit agent is not running (pkexec --help may work but the agent might not be running anyways).
Fix gui crash on stop recording on sway.
Re-enable wlroots based capture when it's fixed.
@@ -29,3 +27,8 @@ Have separate options for each record option (stream, record and replay) or have
Add refresh button for audio devices. Put it beside the "add" button. In the new ui this should update automatically without a button.
Gray out monitor capture on intel if plane is compressed. Show the user to desktop portal capture instead.
+
+Dont show error if closing the desktop portal popup.
+
+Look at showmethekey https://github.com/AlynxZhou/showmethekey to see how to do global hotkeys without x11/wayland.
+Separate notifications enable to start, stop and save recording. \ No newline at end of file