From 219a7a6e0b0274647fe3aa98217ed377460bb7c0 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 19 Dec 2025 16:19:19 +0800 Subject: [PATCH] feat: apple touchbar - add f1 f2 & f12 --- hosts/12kingdoms-shoukei/apple-silicon.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/12kingdoms-shoukei/apple-silicon.nix b/hosts/12kingdoms-shoukei/apple-silicon.nix index 2e7ce771..f09a081c 100644 --- a/hosts/12kingdoms-shoukei/apple-silicon.nix +++ b/hosts/12kingdoms-shoukei/apple-silicon.nix @@ -250,6 +250,18 @@ Text = "Print"; Action = "Print"; } + { + Text = "F1"; + Action = "F1"; + } + { + Text = "F2"; + Action = "F2"; + } + { + Text = "F12"; + Action = "F12"; + } ]; }; };