Skip to content

Commit 6985d2c

Browse files
chore: export keycodes
1 parent 3b03169 commit 6985d2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,8 @@ module.exports = (args, answers, options) => {
6464
);
6565
});
6666
};
67+
68+
module.exports.DOWN = "\x1B\x5B\x42";
69+
module.exports.UP = "\x1B\x5B\x41";
70+
module.exports.ENTER = "\x0D";
71+
module.exports.SPACE = "\x20";

0 commit comments

Comments
 (0)