summaryrefslogtreecommitdiff
path: root/pixelbookgo.toml
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-12-31 11:09:35 -0800
committerWez Furlong <wez@wezfurlong.org>2019-12-31 11:09:35 -0800
commit5d4fbbee7ecc636fe7b54ae41c8c2fb80251bafc (patch)
treebd788a02d2737fbdf6cc949859e094cbd1d9b5b1 /pixelbookgo.toml
parent76d150877fc7345417ee2ebd71a0a55ec9fd8148 (diff)
more comments in my config file
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"]