File: test.keytheme

package info (click to toggle)
libdazzle 3.44.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,964 kB
  • sloc: ansic: 64,328; xml: 69; javascript: 19; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<keytheme name="test" parent="default">
  <property name="title" translatable="yes">Test</property>
  <property name="subtitle" translatable="yes">Test theme</property>

  <shortcut accelerator="<Control>g" command="com.example.foo.test"/>

  <context name="GtkWindow">

    <shortcut accelerator="<Control>p" action="view.print"/>
    <shortcut accelerator="<Primary>n|<Primary>p" action="view.print-preview"/>

    <shortcut accelerator="<Control>a">
      <signal name="select-all">
        <param>0</param>
      </signal>
    </shortcut>

    <shortcut accelerator="<Control>p">
      <action name="view.print"/>
    </shortcut>

  </context>
</keytheme>