File: default.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 (10 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<keytheme name="default">
  <property name="title" translatable="yes">Example Shortcuts</property>

  <shortcut accelerator="<primary>n" command="com.example.window.NewDoc"/>
  <shortcut accelerator="<primary>w" command="com.example.window.CloseDoc"/>
  <shortcut accelerator="<primary><shift>question" action="app.shortcuts"/>
  <shortcut accelerator="<primary>q" action="app.quit"/>

</keytheme>