diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-21 23:47:24 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-21 23:47:24 +0100 |
commit | 2ec59c6812ef2112dde2a7ce8c068d0c8155ed06 (patch) | |
tree | 67e217d1c507879362882ab4ddc59f6bfd30da18 /TODO | |
parent | a0d8af9d372ac3847cbae9dc9c647abf57227e3c (diff) |
Add alt+f2 to take a screenshot of a region
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ Allow using a hotkey such as printscreen or any other non-alphanumeric key witho Use x11 shm instead of XGetImage (https://stackoverflow.com/questions/43442675/how-to-use-xshmgetimage-and-xshmputimage). -Add a hotkey to record/stream/replay/screenshot region. +Add a hotkey to record/stream/replay region. Do xi grab for keys as well. Otherwise the ui cant be used for keyboard input if a program has grabbed the keyboard, and there could possibly be a game that grabs the keyboard as well. |