~ubuntu-branches/ubuntu/quantal/compiz/quantal

« back to all changes in this revision

Viewing changes to gtk/gnome/50-compiz-navigation.xml.in

  • Committer: Sebastien Bacher
  • Date: 2012-08-23 15:45:49 UTC
  • mfrom: (3269.2.21 gsettings-transition)
  • Revision ID: seb128@ubuntu.com-20120823154549-llj2223vo54js0li
  - Restore the fix for avoiding re-entering the glib event loop and 
    crashing. (LP: #1036490)
  - Including rsvg-cairo.h is now deprecated. (LP: #1039482)
  - Add keybinding integration for gnome-control-center
  - Separate the configuration for the minimize and unminimize animations.
    (LP: #1036739)
  - Ignore mouse press and release if it does not happen inside of the expo
    screen. (LP: #1036542). 
  - Additional keys from metacity to convert to GSettings
  - Maximize vertically if pointer reaches top or bottom edges.
  - Explicitly depend on resize-options. (LP: #1039834)
  - Add some docstring warnings about using those classes directly.
  - Fix some memory management issues on the mock objects, namely:
    Make destructor functions virtual where appropriate, so that we can add 
    them to lists polymorphically. Support polymorphic ccs*Unref function.
    Also make some other necessary changes to libcompizconfig.
  - Detect if rsvg 2.36.2 is installed (LP: #1039843)
  - GSettings integration backend, created a testsuite for it. Refactors a 
    bunch of the backend code, adds appropriate testsuites and refactors 
    the integration code to make it more flexible. (LP: #1035261)
* Add support for disabling gconf schemas installation
  - However, not enabled because of gtk-window-decorator for now
* Add libcompizconfig_gsettings_backend.so
* Workaround to install xml files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<KeyListEntries schema="org.gnome.desktop.wm.keybindings" wm_name="Compiz" group="system" _name="Navigation" package="compiz">
 
3
 
 
4
        <KeyListEntry name="move-to-workspace-1" _description="Move window to workspace 1" />
 
5
 
 
6
        <KeyListEntry name="move-to-workspace-2" _description="Move window to workspace 2" />
 
7
 
 
8
        <KeyListEntry name="move-to-workspace-3" _description="Move window to workspace 3" />
 
9
 
 
10
        <KeyListEntry name="move-to-workspace-4" _description="Move window to workspace 4" />
 
11
 
 
12
        <KeyListEntry name="move-to-workspace-5" _description="Move window to workspace 5" />
 
13
 
 
14
        <KeyListEntry name="move-to-workspace-6" _description="Move window to workspace 6" />
 
15
 
 
16
        <KeyListEntry name="move-to-workspace-7" _description="Move window to workspace 7" />
 
17
 
 
18
        <KeyListEntry name="move-to-workspace-8" _description="Move window to workspace 8" />
 
19
 
 
20
        <KeyListEntry name="move-to-workspace-9" _description="Move window to workspace 9" />
 
21
 
 
22
        <KeyListEntry name="move-to-workspace-10" _description="Move window to workspace 10" />
 
23
 
 
24
        <KeyListEntry name="move-to-workspace-11" _description="Move window to workspace 11" />
 
25
 
 
26
        <KeyListEntry name="move-to-workspace-12" _description="Move window to workspace 12" />
 
27
 
 
28
        <KeyListEntry name="move-to-workspace-left" _description="Move window one workspace to the left" />
 
29
 
 
30
        <KeyListEntry name="move-to-workspace-right" _description="Move window one workspace to the right" />
 
31
 
 
32
        <KeyListEntry name="move-to-workspace-up" _description="Move window one workspace up" />
 
33
 
 
34
        <KeyListEntry name="move-to-workspace-down" _description="Move window one workspace down" />
 
35
 
 
36
        <KeyListEntry name="switch-windows" _description="Switch applications"/>
 
37
 
 
38
        <KeyListEntry name="switch-group" _description="Switch windows of an app directly"/>
 
39
 
 
40
        <KeyListEntry name="show-desktop" _description="Hide all normal windows" />
 
41
 
 
42
        <KeyListEntry name="switch-to-workspace-1" _description="Switch to workspace 1" />
 
43
 
 
44
        <KeyListEntry name="switch-to-workspace-2" _description="Switch to workspace 2" />
 
45
 
 
46
        <KeyListEntry name="switch-to-workspace-3" _description="Switch to workspace 3" />
 
47
 
 
48
        <KeyListEntry name="switch-to-workspace-4" _description="Switch to workspace 4" />
 
49
 
 
50
        <KeyListEntry name="switch-to-workspace-5" _description="Switch to workspace 5" />
 
51
 
 
52
        <KeyListEntry name="switch-to-workspace-6" _description="Switch to workspace 6" />
 
53
 
 
54
        <KeyListEntry name="switch-to-workspace-7" _description="Switch to workspace 7" />
 
55
 
 
56
        <KeyListEntry name="switch-to-workspace-8" _description="Switch to workspace 8" />
 
57
 
 
58
        <KeyListEntry name="switch-to-workspace-9" _description="Switch to workspace 9" />
 
59
 
 
60
        <KeyListEntry name="switch-to-workspace-10" _description="Switch to workspace 10" />
 
61
 
 
62
        <KeyListEntry name="switch-to-workspace-11" _description="Switch to workspace 11" />
 
63
 
 
64
        <KeyListEntry name="switch-to-workspace-12" _description="Switch to workspace 12" />
 
65
 
 
66
        <KeyListEntry name="switch-to-workspace-left" _description="Switch to workspace left" />
 
67
 
 
68
        <KeyListEntry name="switch-to-workspace-right" _description="Switch to workspace right"/>
 
69
 
 
70
        <KeyListEntry name="switch-to-workspace-up" _description="Switch to workspace above"/>
 
71
 
 
72
        <KeyListEntry name="switch-to-workspace-down" _description="Switch to workspace below"/>
 
73
 
 
74
</KeyListEntries>