~3v1n0/unity/gnome-keys-timestamp-api

« back to all changes in this revision

Viewing changes to com.canonical.Unity.gschema.xml

  • Committer: CI Train Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2015-02-19 19:33:36 UTC
  • mfrom: (3899.2.85 lim-everywhere)
  • Revision ID: ci-train-bot@canonical.com-20150219193336-1ax9aswzdijrfq0f
Decorations, Panel: add menus for unfocused windows as well

Now the indicator-appmenu exports the menus for all the windows,
then it's up to us to filter them based on their parent window and
show on relevant place.
Also, set LIM as default now. Fixes: #1309778
Approved by: Andrea Azzarone, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
      <description>This is used to enable/disable double-click result activation in the dash. Double-click to activate, single click preview</description>
48
48
    </key>
49
49
    <key type="b" name="integrated-menus">
50
 
      <default>false</default>
 
50
      <default>true</default>
51
51
      <summary>Enable/Disable the integrated menus in Unity.</summary>
52
52
      <description>When this is enabled, the application menus will be shown
53
53
        on the window decoration, otherwise they will be always shown on the
176
176
        a window by double-clicking on its menus if the second click happens before the
177
177
        specified value of ms is elapsed</description>
178
178
    </key>
 
179
    <key type="b" name="unfocused-windows-popup">
 
180
      <default>true</default>
 
181
      <summary>Whether to pop-up a menu when clicking over unfocused windows entries</summary>
 
182
      <description>By disabling this setting you can make unity to only focus a window
 
183
        when clicking over unfocused menu entries</description>
 
184
    </key>
179
185
  </schema>
180
186
</schemalist>