summaryrefslogtreecommitdiffstats
path: root/src/verb
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-10-29 17:31:19 +0200
committerCanop <cano.petrole@gmail.com>2021-10-29 17:31:19 +0200
commit5fe9b447a45a7a0396b584107a422b424e9737c5 (patch)
tree3b5b2493d1e97c4dfef837a7cdb029ad58802041 /src/verb
parent395c8510fff4bbe511a922a38f549678a31fefdf (diff)
bunch of small improvements of clipboard & input field
Diffstat (limited to 'src/verb')
-rw-r--r--src/verb/internal.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verb/internal.rs b/src/verb/internal.rs
index 9e96181..136e718 100644
--- a/src/verb/internal.rs
+++ b/src/verb/internal.rs
@@ -72,6 +72,8 @@ Internals! {
input_go_to_start: "move the cursor to the start of input" false,
input_go_word_left: "move the cursor one word to the left" false,
input_go_word_right: "move the cursor one word to the right" false,
+ input_selection_copy: "copy the selected part of the input into the selection" false,
+ input_selection_cut: "cut the selected part of the input into the selection" false,
input_paste: "paste the clipboard content into the input" false,
line_down: "move one line down" false,
line_up: "move one line up" false,