mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Merge branch 'mchackorg/foot-alt-return'
This commit is contained in:
commit
2e11517c04
1 changed files with 1 additions and 0 deletions
1
keymap.h
1
keymap.h
|
|
@ -25,6 +25,7 @@ static const struct key_data key_escape[] = {
|
|||
};
|
||||
|
||||
static const struct key_data key_return[] = {
|
||||
{MOD_ALT, CURSOR_KEYS_DONTCARE, KEYPAD_DONTCARE, "\033\r"},
|
||||
{MOD_ANY, CURSOR_KEYS_DONTCARE, KEYPAD_DONTCARE, "\r"},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue