本来想用 Super+J/K 切换 Rofi 的 mode 但是貌似行不通。
kinto
define_keymap(re.compile("rofi", re.IGNORECASE),{
K("RC-J"): K("M-J"),
K("RC-K"): K("M-K"),
}, "rofi")
rofi
configuration {
show-icons: true;
icon-theme: "Papirus";
modi: "run,drun,calc";
kb-mode-next: "Alt-j";
kb-mode-previous: "Alt-k";
kb-accept-entry: "Return,KP_Enter";
font: "mono 18";
}
有人有配置成功的经验吗