From aa390e159f124bb01ecae0dca0d40f1cfb2f7f73 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Thu, 9 Sep 2021 14:01:22 +0200 Subject: [PATCH] Add ctrl+r to the mac key map --- data/keyboard-layouts/macos.keytab | 1 + 1 file changed, 1 insertion(+) diff --git a/data/keyboard-layouts/macos.keytab b/data/keyboard-layouts/macos.keytab index 08b0be84..dfd42b9d 100644 --- a/data/keyboard-layouts/macos.keytab +++ b/data/keyboard-layouts/macos.keytab @@ -16,6 +16,7 @@ key C+Ctrl : "\x03" # interrupt key D+Ctrl : "\x04" # logout "exit" key E+Ctrl : "\x05" # goto end of line key L+Ctrl : "\x0C" # clear terminal screen +key R+Ctrl : "\x12" # invoke shell history key U+Ctrl : "\x15" # clear current line key V+Ctrl : "\x16" # key W+Ctrl : "\x17" # erase the word preceding to the cursor position