Add keybind support for shift+insert selection paste

This commit is contained in:
ProfOak
2024-02-21 19:33:05 -06:00
parent fdfa596fdf
commit 96daf97d19
3 changed files with 12 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ pub const Action = union(enum) {
/// Copy and paste.
copy_to_clipboard: void,
paste_from_clipboard: void,
paste_from_selection: void,
/// Increase/decrease the font size by a certain amount.
increase_font_size: u16,