zoukankan      html  css  js  c++  java
  • S+ hidden tray with window start

    官方论坛上有个帖子给出了答案:

    I forgot that this is supported in the code, but it requires a little editing of the config or a special sequence.

    Open S+, use the hotkey to hide the tray icon, then acExit() or CTRL+SHIFT+ALT+WIN+End to exit S+, that will remember that the icon was hidden.

    The setting in StrokesPlus.xml is TrayIconVisible, 0 = hidden. Clearly, this would be better as an option in the Preferences window..I'll add that sometime soon.

    Actually, with the addition of sp_init() in Global Lua and the changes to acToggleTrayIcon, I don't see a need to add this as a preference.

    ---------------

    具体步骤如下:

    1. 设置 显示/隐藏trayIcon 的快捷键.

    2.设置 退出 S+的快捷键

    3.先隐藏 trayIcon(使用设置的隐藏快捷键),然后在隐藏的状态下退出S+(使用设置的退出快捷键).

    这样下次再启动S+.默认就会隐藏右下角图标了

    在隐藏的情况下,怎么显示菜单. 直接使用 当时设置的显示/隐藏的快捷键即可 .(比如我设置的是 shift+control+window+S)

    具体参数配置

    http://bbs.kafan.cn/forum.php?mod=viewthread&tid=1410275&fromuid=866698

  • 相关阅读:
    做过的笔试题
    (转)32位机器中int的字长
    JS_void()
    JS_增加事件,移除事件,动态元素的增删事件研究
    JS_animate 站在别人的肩膀上
    JS_对象的方法
    JS_Class.extend
    JS_返回值
    JS_eventBind
    JS_应用对象的复制
  • 原文地址:https://www.cnblogs.com/sos-blue/p/5358117.html
Copyright © 2011-2022 走看看