We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038ef2d commit 435e4dbCopy full SHA for 435e4db
src/Terminal/UnixTerminal.php
@@ -157,7 +157,9 @@ public function getKeyedInput()
157
// TODO: up, down, enter etc in Abstract CONSTs
158
$map = [
159
"\033[A" => 'up',
160
+ "k" => 'up',
161
"\033[B" => 'down',
162
+ "j" => 'down',
163
"\n" => 'enter',
164
"\r" => 'enter',
165
" " => 'enter',
0 commit comments