From 2418943fd5f945e02bdfa8bbaa5eb3759f738e3d Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 31 Dec 2019 11:32:13 -0800 Subject: Preserve ability to switch VC's --- pixelbookgo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'pixelbookgo.toml') diff --git a/pixelbookgo.toml b/pixelbookgo.toml index da93df6..cd5d2ba 100644 --- a/pixelbookgo.toml +++ b/pixelbookgo.toml @@ -10,6 +10,20 @@ tap = ["KEY_ESC"] # Function keys are remapped to alternate functions by # default, so arrange for ALT-FX to produce FX instead. +# First, let's preserve the ability to switch virtual +# terminal consoles for the first three slots +[[remap]] +input = ["KEY_LEFTALT", "KEY_LEFTCTRL", "KEY_F1"] +output = ["KEY_LEFTALT", "KEY_LEFTCTRL", "KEY_F1"] + +[[remap]] +input = ["KEY_LEFTALT", "KEY_LEFTCTRL", "KEY_F2"] +output = ["KEY_LEFTALT", "KEY_LEFTCTRL", "KEY_F2"] + +[[remap]] +input = ["KEY_LEFTALT", "KEY_LEFTCTRL", "KEY_F3"] +output = ["KEY_LEFTALT", "KEY_LEFTCTRL", "KEY_F3"] + [[remap]] input = ["KEY_LEFTALT", "KEY_F1"] output = ["KEY_F1"] -- cgit v1.2.3