You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gtk-qt-engine/kcm_gtk/emacsdetails.ui

234 lines
7.3 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>EmacsDetails</class>
<widget class="TQDialog">
<property name="name">
<cstring>EmacsDetails</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>489</width>
<height>296</height>
</rect>
</property>
<property name="caption">
<string>Emacs Keyboard Shortcuts</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>These keyboard shortcuts are useful for Emacs users.
When enabled, they will override the standard keyboard shortcuts in GTK applications.</string>
</property>
</widget>
<widget class="TQListView">
<column>
<property name="text">
<string>Shortcut</string>
</property>
<property name="clickable">
<bool>false</bool>
</property>
<property name="resizable">
<bool>false</bool>
</property>
</column>
<column>
<property name="text">
<string>Description</string>
</property>
<property name="clickable">
<bool>false</bool>
</property>
<property name="resizable">
<bool>false</bool>
</property>
</column>
<item>
<property name="text">
<string>Ctrl+A</string>
</property>
<property name="text">
<string>Go to beginning of line</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>Ctrl+E</string>
</property>
<property name="text">
<string>Go to end of line</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>Ctrl+F</string>
</property>
<property name="text">
<string>Go right one character</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>Ctrl+B</string>
</property>
<property name="text">
<string>Go left one character</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>Ctrl+K</string>
</property>
<property name="text">
<string>Delete to end of line</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>Ctrl+U</string>
</property>
<property name="text">
<string>Delete entire line</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>Ctrl+W</string>
</property>
<property name="text">
<string>Delete word, left</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>Ctrl+H</string>
</property>
<property name="text">
<string>Delete character, left</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>Ctrl+D</string>
</property>
<property name="text">
<string>Delete character, right</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<property name="name">
<cstring>list</cstring>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout13</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer12</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>101</width>
<height>21</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>pushButton4</cstring>
</property>
<property name="text">
<string>C&amp;lose</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>pushButton4</sender>
<signal>clicked()</signal>
<receiver>EmacsDetails</receiver>
<slot>close()</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
</UI>