V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Distributions
Ubuntu
Fedora
CentOS
中文资源站
网易开源镜像站
rykka
V2EX  ›  Linux

Mint 下 Kinto 改键 Rofi 似乎不能改用 Super 按键

  •  
  •   rykka · 2022-05-31 10:41:32 +08:00 · 1048 次点击
    这是一个创建于 710 天前的主题,其中的信息可能已经有所发展或是发生改变。

    本来想用 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";
    }
    
    

    有人有配置成功的经验吗

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4890 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 04:00 · PVG 12:00 · LAX 21:00 · JFK 00:00
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.