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"; + } ]; }; };