Skip to content

Commit

Permalink
added SUPER to mod key list
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-techtips committed Jan 17, 2022
1 parent 542c24b commit 285c62d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added rusty_ducky
Binary file not shown.
1 change: 1 addition & 0 deletions src/transpiler/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ impl <'a>ToKeyCode for &'a str {
"CTRL" => true,
"SHIFT" => true,
"ALT" => true,
"SUPER" => true,
"WINDOWS" => true,
"WIN" => true,
"GUI" => true,
Expand Down

0 comments on commit 285c62d

Please sign in to comment.