mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-09 22:16:01 +03:00
10 lines
391 B
Markdown
10 lines
391 B
Markdown
|
brick FAQ
|
||
|
=========
|
||
|
|
||
|
* Q: Why doesn't brick get my Ctrl-arrow key events?
|
||
|
* A: Your terminal emulator probably isn't sending the expected
|
||
|
sequences. For example, OS X's Terminal.app does not do this by
|
||
|
default and requires configuration to make it work. See also:
|
||
|
|
||
|
http://unix.stackexchange.com/questions/110022/how-do-i-find-out-the-keycodes-for-ctrlup-and-down-arrow-for-term-screen
|