From 32fa706f9f941386865cd646e2f34b733be36c6c Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 26 Jul 2025 16:56:28 +0800 Subject: [PATCH] feat: apple touchbar - add keys --- hosts/12kingdoms-shoukei/apple-silicon.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/hosts/12kingdoms-shoukei/apple-silicon.nix b/hosts/12kingdoms-shoukei/apple-silicon.nix index 47d23295..2ecbedc9 100644 --- a/hosts/12kingdoms-shoukei/apple-silicon.nix +++ b/hosts/12kingdoms-shoukei/apple-silicon.nix @@ -124,6 +124,15 @@ Action = "F12"; } + { + Text = "Home"; + Action = "Home"; + } + { + Text = "End"; + Action = "End"; + } + # for screenshot shortcut { Text = "Print"; @@ -181,6 +190,16 @@ Icon = "volume_up"; Action = "VolumeUp"; } + + { + Text = "Home"; + Action = "Home"; + } + { + Text = "End"; + Action = "End"; + } + # for screenshot shortcut { Text = "Print";