summaryrefslogtreecommitdiff
path: root/pixelbookgo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pixelbookgo.toml')
-rw-r--r--pixelbookgo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pixelbookgo.toml b/pixelbookgo.toml
index e4f13e8..da93df6 100644
--- a/pixelbookgo.toml
+++ b/pixelbookgo.toml
@@ -1,10 +1,15 @@
+# This config file is the one that @wez uses on a PixelBook Go
+
device_name = "AT Translated Set 2 keyboard"
+# Hold capslock for ctrl, tap for esc
[[dual_role]]
input = "KEY_CAPSLOCK"
hold = ["KEY_LEFTCTRL"]
tap = ["KEY_ESC"]
+# Function keys are remapped to alternate functions by
+# default, so arrange for ALT-FX to produce FX instead.
[[remap]]
input = ["KEY_LEFTALT", "KEY_F1"]
output = ["KEY_F1"]