Test something more meaningful

pull/203/head
Takashi Kokubun 2 years ago
parent d02446a040
commit 04df386833
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -18,8 +18,14 @@ fn test_basic_modmap() {
- remap:
a: b
"},
vec![Event::KeyEvent(KeyEvent::new(Key::KEY_A, KeyValue::Press))],
vec![Action::KeyEvent(KeyEvent::new(Key::KEY_B, KeyValue::Press))],
vec![
Event::KeyEvent(KeyEvent::new(Key::KEY_A, KeyValue::Press)),
Event::KeyEvent(KeyEvent::new(Key::KEY_B, KeyValue::Press)),
],
vec![
Action::KeyEvent(KeyEvent::new(Key::KEY_B, KeyValue::Press)),
Action::KeyEvent(KeyEvent::new(Key::KEY_B, KeyValue::Press)),
],
)
}

Loading…
Cancel
Save