Replicate Operating System key presses and release into Godot.Useful if there is a need to listen key press/release when Godot window is not focus. Examples:- Overlays (like Steam and Discord show overlays)- Streaming software (like OBS Studio use to change scenes)- VTuber software (change character state)Compatibility with Linux (X11) and Windows.
Quick Information
Don't want to think about screenshots for every jam game? Papershot to the rescue!Papershot is a node that takes screenshots of its viewport. Screenshots can be taken either by calling Papershot.take_screenshot(), or by configuring a shortcut. They're saved with filenames such as "Screenshot 2024-07-26 17-46-21-149.jpg".If you use Papershot and would like more features or configuration options, open an issue or contact me.Configuration options:- folder: Folder to save screenshots in- shortcut: Shortcut for taking a screenshot- file_format: Format to save screenshots in, JPG or PNGSignals:- screenshot_saved(image, path)- io_error(error, path)
Don't want to think about screenshots for every jam game? Papershot to the resque!
Papershot is a node that takes screenshots of its viewport. Screenshots can be taken either by calling Papershot.take_screenshot(), or by configuring a shortcut. They're saved with filenames such as "Screenshot 2024-07-26 17-46-21-149.jpg".
If you use Papershot and would like more features or configuration options, open an issue or contact me.
Configuration options:
folder: Folder to save screenshots inshortcut: Shortcut for taking a screenshotfile_format: Format to save screenshots in, JPG or PNG
Signals:
screenshot_saved(image, path)io_error(error, path)
Don't want to think about screenshots for every jam game? Papershot to the rescue! Papershot is a node that takes screenshots of its viewport. Screenshots can be taken either by calling Papershot.take_screenshot(), or by configuring a shortcut. They're saved with filenames such as "Screenshot 2024-07-26 17-46-21-149.jpg". If you use Papershot and would like more features or configuration options, open an issue or contact me. Configuration options: - folder: Folder to save screenshots in - shortcut: Shortcut for taking a screenshot - file_format: Format to save screenshots in, JPG or PNG Signals: - screenshot_saved(image, path) - io_error(error, path)
Reviews
Quick Information
Don't want to think about screenshots for every jam game? Papershot to the rescue!Papershot is a node that takes screenshots of its viewport. Screenshots can be taken either by calling Papershot.take_screenshot(), or by configuring a shortcut. They're saved with filenames such as "Screenshot 2024-07-26 17-46-21-149.jpg".If you use Papershot and would like more features or configuration options, open an issue or contact me.Configuration options:- folder: Folder to save screenshots in- shortcut: Shortcut for taking a screenshot- file_format: Format to save screenshots in, JPG or PNGSignals:- screenshot_saved(image, path)- io_error(error, path)