old
1{...}: {
2 programs.plasma = {
3 shortcuts = {
4 "services/com.mitchellh.ghostty.desktop"._launch = "Meta+`";
5 };
6 hotkeys.commands = {
7 pot = {
8 comment = "Pot 划词翻译";
9 command = "curl \"127.0.0.1:60828/selection_translate\"";
10 key = "Meta+Alt+Q";
11 };
12 };
13 };
14}