zoukankan      html  css  js  c++  java
  • Ubuntu最小化桌面快捷键Super+D不生效解决

    之前用的Debian,最近研发老大让统一使用Ubuntu来开发,安装了Ubuntu 15.10之后,设置了最小化桌面的快捷键为Super+D(在Systm Settings/系统设置—>Keyboard/键盘—>Shortcuts/快捷键—>Navigation/导航—>Hide all normal windows/隐藏所有常规窗口),但是设置完不生效,按住Super键(Windows键),显示的快捷键的确是Super+D,然而按一下Ctrl+Super+D却能生效,然后再按Super+D就可以了,最后在这里找到了解决方法:http://askubuntu.com/questions/364424/superd-key-shortcut-does-not-show-desktop

    方法如下:

    Fixed!! It has to be changed in the compiz settings into the unity plugin. These are the steps: install compizconfig-settings-manager, go to ubuntu unity plugin, and change the entry of "Show desktop" for what you want. It asked me that super + D was already taken for other shortcut (which did also show desktop), so I chose to proceed anyway.

    首先安装一下compizconfig-settings-manager:sudo apt-get install compizconfig-settings-manager

    然后打开compizconfig-settings-manager,找到Ubuntu Unity plugin(Ubuntu Unity插件),General(常规)里面有个Show Desktop(显示桌面),设置一下快捷键就OK了,可能会提示冲突,选择use anyway/无论如何使用就可以了。

    顺便说一下,Ubuntu安装完系统之后设置输入法,死活没效果不生效,重启之后就可以了,看来配置输入法需要重启。

    启用Ubuntu 16.04点击图标最小化窗口:

    compizconfig-settings-manager ——> Ubuntu Unity plugin(Ubuntu Unity插件)——>launcher——>minimize single windows applications(unsupported) 勾选

  • 相关阅读:
    Use HTTPS instead of HTTP
    Disable SSLv3
    JIRA Installation
    排序算法之简单选择排序
    排序算法之冒泡排序
    三本优秀的Python教程
    ubuntu*set*up
    程序员的十层楼(转载)
    drools spring config的问题
    MySQL Performance Tuning
  • 原文地址:https://www.cnblogs.com/pluse/p/5286585.html
Copyright © 2011-2022 走看看