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";