Fixed tests
This commit is contained in:
parent
f473eadf2d
commit
1789dfb8b1
6 changed files with 25 additions and 18 deletions
|
@ -38,18 +38,7 @@ pub struct SendKeystroke(String);
|
|||
|
||||
actions!(
|
||||
terminal,
|
||||
[
|
||||
Up,
|
||||
Down,
|
||||
CtrlC,
|
||||
Escape,
|
||||
Enter,
|
||||
Clear,
|
||||
Copy,
|
||||
Paste,
|
||||
ShowCharacterPalette,
|
||||
SearchTest
|
||||
]
|
||||
[Clear, Copy, Paste, ShowCharacterPalette, SearchTest]
|
||||
);
|
||||
|
||||
impl_actions!(terminal, [SendText, SendKeystroke]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue