Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89601 | Differences between
and this patch

Collapse All | Expand All

(-)metacity-2.4.13.90/src/metacity.schemas.in.ctrlaltdel (-2 / +41 lines)
Lines 1549-1556 Link Here
1549
    </schema>
1549
    </schema>
1550
1550
1551
    <schema>
1551
    <schema>
1552
      <key>/schemas/apps/metacity/global_keybindings/run_command</key>
1552
      <key>/schemas/apps/metacity/global_keybindings/run_command_1</key>
1553
      <applyto>/apps/metacity/global_keybindings/run_command_1</applyto>
1553
      <applyto>/apps/metacity/global_keybindings/run_command_1</applyto>
1554
      <owner>metacity</owner>
1555
      <type>string</type>
1556
      <default>&lt;Ctrl&gt;&lt;Alt&gt;Delete</default>
1557
      <locale name="C">
1558
         <short>Run a defined command</short>
1559
         <long>
1560
          The keybinding that runs the correspondingly-numbered
1561
          command in /apps/metacity/keybinding_commands
1562
1563
          The format looks like "&lt;Control&gt;a" or
1564
          "&lt;Shift&gt;&lt;Alt&gt;F1.
1565
1566
          The parser is fairly liberal and allows lower or upper case,
1567
          and also abbreviations such as "&lt;Ctl&gt;" and
1568
          "&lt;Ctrl&gt;". If you set the option to the special string
1569
          "disabled", then there will be no keybinding for this
1570
          action.
1571
         </long>
1572
      </locale>
1573
    </schema>
1574
1575
    <schema>
1576
      <key>/schemas/apps/metacity/global_keybindings/run_command</key>
1554
      <applyto>/apps/metacity/global_keybindings/run_command_2</applyto>
1577
      <applyto>/apps/metacity/global_keybindings/run_command_2</applyto>
1555
      <applyto>/apps/metacity/global_keybindings/run_command_3</applyto>
1578
      <applyto>/apps/metacity/global_keybindings/run_command_3</applyto>
1556
      <applyto>/apps/metacity/global_keybindings/run_command_4</applyto>
1579
      <applyto>/apps/metacity/global_keybindings/run_command_4</applyto>
Lines 1586-1593 Link Here
1586
    <!-- commands to run with the run_command keybindings -->
1609
    <!-- commands to run with the run_command keybindings -->
1587
1610
1588
    <schema>
1611
    <schema>
1589
      <key>/schemas/apps/metacity/keybinding_commands/command</key>
1612
      <key>/schemas/apps/metacity/keybinding_commands/command_1</key>
1590
      <applyto>/apps/metacity/keybinding_commands/command_1</applyto>
1613
      <applyto>/apps/metacity/keybinding_commands/command_1</applyto>
1614
      <owner>metacity</owner>
1615
      <type>string</type>
1616
      <default>gnome-session-save --kill</default>
1617
      <locale name="C">
1618
         <short>Commands to run in response to keybindings</short>
1619
         <long>
1620
         The /apps/metacity/global_keybindings/run_command_N 
1621
         keys define keybindings that correspond to these commands.
1622
         Pressing the keybinding for run_command_N will 
1623
         execute command_N.
1624
         </long>
1625
      </locale>
1626
    </schema>
1627
1628
    <schema>
1629
      <key>/schemas/apps/metacity/keybinding_commands/command</key>
1591
      <applyto>/apps/metacity/keybinding_commands/command_2</applyto>
1630
      <applyto>/apps/metacity/keybinding_commands/command_2</applyto>
1592
      <applyto>/apps/metacity/keybinding_commands/command_3</applyto>
1631
      <applyto>/apps/metacity/keybinding_commands/command_3</applyto>
1593
      <applyto>/apps/metacity/keybinding_commands/command_4</applyto>
1632
      <applyto>/apps/metacity/keybinding_commands/command_4</applyto>

Return to bug 89601