feat: apple touchbar - add f1 f2 & f12

This commit is contained in:
Ryan Yin
2025-12-19 16:19:19 +08:00
parent 85394e25f4
commit 219a7a6e0b

View File

@@ -250,6 +250,18 @@
Text = "Print"; Text = "Print";
Action = "Print"; Action = "Print";
} }
{
Text = "F1";
Action = "F1";
}
{
Text = "F2";
Action = "F2";
}
{
Text = "F12";
Action = "F12";
}
]; ];
}; };
}; };