summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-09-07 12:57:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-09-07 12:57:56 +0900
commit65356d900d9a006fc5473f029b12b1ea7237d442 (patch)
treefdef4b92817b1ebf174e069ae7d7c9a7e62b5dcb
parent8631bc8993aa992d05c670d8ed3627f39056f4d4 (diff)
downloadtdebase-65356d900d9a006fc5473f029b12b1ea7237d442.tar.gz
tdebase-65356d900d9a006fc5473f029b12b1ea7237d442.zip
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kcontrol/dnssd/configdialog.ui12
-rw-r--r--kcontrol/taskbar/kcmtaskbarui.ui24
-rw-r--r--twin/clients/plastik/config/configdialog.ui3
-rw-r--r--twin/kcmtwin/twinrules/ruleslistbase.ui3
-rw-r--r--twin/kcmtwin/twinrules/ruleswidgetbase.ui21
5 files changed, 0 insertions, 63 deletions
diff --git a/kcontrol/dnssd/configdialog.ui b/kcontrol/dnssd/configdialog.ui
index 4a2ac2809..b2d9eb8b0 100644
--- a/kcontrol/dnssd/configdialog.ui
+++ b/kcontrol/dnssd/configdialog.ui
@@ -84,9 +84,6 @@
<property name="text">
<string>&amp;Wide area network</string>
</property>
- <property name="accel">
- <string>Alt+W</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Advertise services on Internet domain using public IP. To have this option working you need to configure wide area operation in using administrator mode</string>
</property>
@@ -106,9 +103,6 @@
<property name="text">
<string>Loc&amp;al network</string>
</property>
- <property name="accel">
- <string>Alt+A</string>
- </property>
<property name="checked">
<bool>false</bool>
</property>
@@ -124,9 +118,6 @@
<property name="text">
<string>Browse local networ&amp;k</string>
</property>
- <property name="accel">
- <string>Alt+K</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Browse local network (domain .local) using multicast DNS.</string>
</property>
@@ -138,9 +129,6 @@
<property name="text">
<string>Enable &amp;Zeroconf network browsing</string>
</property>
- <property name="accel">
- <string>Alt+Z</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Browse local network (domain .local) using multicast DNS.</string>
</property>
diff --git a/kcontrol/taskbar/kcmtaskbarui.ui b/kcontrol/taskbar/kcmtaskbarui.ui
index 012e562cc..385991e55 100644
--- a/kcontrol/taskbar/kcmtaskbarui.ui
+++ b/kcontrol/taskbar/kcmtaskbarui.ui
@@ -146,9 +146,6 @@
<property name="text">
<string>&amp;Show windows from all desktops</string>
</property>
- <property name="accel">
- <string>Alt+S</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -180,9 +177,6 @@
<property name="text">
<string>Sort windows by desk&amp;top</string>
</property>
- <property name="accel">
- <string>Alt+T</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -197,9 +191,6 @@
<property name="text">
<string>Show windows from all sc&amp;reens</string>
</property>
- <property name="accel">
- <string>Alt+R</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -214,9 +205,6 @@
<property name="text">
<string>Show o&amp;nly minimized windows</string>
</property>
- <property name="accel">
- <string>Alt+N</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Select this option if you want the taskbar to display &lt;b&gt;only&lt;/b&gt; minimized windows. By default, this option is not selected and the taskbar will show all windows.</string>
</property>
@@ -327,9 +315,6 @@
<property name="text">
<string>&amp;Allow taskbar items to be rearranged using drag and drop</string>
</property>
- <property name="accel">
- <string>Alt+A</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -344,9 +329,6 @@
<property name="text">
<string>Sort alphabeticall&amp;y by application name</string>
</property>
- <property name="accel">
- <string>Alt+Y</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -507,9 +489,6 @@
<property name="text">
<string>Use &amp;custom colors</string>
</property>
- <property name="accel">
- <string>Alt+C</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -624,9 +603,6 @@
<property name="text">
<string>Show window list &amp;button</string>
</property>
- <property name="accel">
- <string>Alt+B</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
diff --git a/twin/clients/plastik/config/configdialog.ui b/twin/clients/plastik/config/configdialog.ui
index f751d8024..505d91b06 100644
--- a/twin/clients/plastik/config/configdialog.ui
+++ b/twin/clients/plastik/config/configdialog.ui
@@ -66,9 +66,6 @@
<property name="text">
<string>Colored window border</string>
</property>
- <property name="accel">
- <string></string>
- </property>
<property name="whatsThis" stdset="0">
<string>Check this option if the window border should be painted in the titlebar color. Otherwise it will be painted in the background color.</string>
</property>
diff --git a/twin/kcmtwin/twinrules/ruleslistbase.ui b/twin/kcmtwin/twinrules/ruleslistbase.ui
index f079dcda3..c3baa9a3d 100644
--- a/twin/kcmtwin/twinrules/ruleslistbase.ui
+++ b/twin/kcmtwin/twinrules/ruleslistbase.ui
@@ -47,9 +47,6 @@
<property name="text">
<string>Delete</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="KPushButton" row="3" column="1">
<property name="name">
diff --git a/twin/kcmtwin/twinrules/ruleswidgetbase.ui b/twin/kcmtwin/twinrules/ruleswidgetbase.ui
index 352a26762..dd175e533 100644
--- a/twin/kcmtwin/twinrules/ruleswidgetbase.ui
+++ b/twin/kcmtwin/twinrules/ruleswidgetbase.ui
@@ -216,9 +216,6 @@
<property name="text">
<string>Edit</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<spacer row="4" column="3" rowspan="1" colspan="2">
<property name="name">
@@ -487,9 +484,6 @@
<property name="text">
<string>Edit</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<spacer row="4" column="3">
<property name="name">
@@ -560,9 +554,6 @@
<property name="text">
<string>Edit</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<spacer row="7" column="3">
<property name="name">
@@ -633,9 +624,6 @@
<property name="text">
<string>Edit</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<spacer row="10" column="3">
<property name="name">
@@ -1869,9 +1857,6 @@
<property name="text">
<string>Shortcut</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="KComboBox" row="9" column="1">
<item>
@@ -2292,9 +2277,6 @@
<property name="text">
<string>Strictly obey geometry</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="KComboBox" row="6" column="1">
<item>
@@ -2348,9 +2330,6 @@
<property name="text">
<string>Block global shortcuts</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="KComboBox" row="7" column="1">
<item>