[postr] Change the select All shortcut (#600640)
- From: Germán Poó Caamaño <gpoo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [postr] Change the select All shortcut (#600640)
- Date: Tue, 15 Dec 2009 01:41:53 +0000 (UTC)
commit 005b6d880cbbc5d64f65b4358c326c3e755e0a9e
Author: Francisco Rojas <frojas alumnos utalca cl>
Date: Mon Dec 14 22:33:00 2009 -0300
Change the select All shortcut (#600640)
Replace the shortcut Ctrl+A with Ctrl+E for the select
all images. And it's added the sortcut Ctrl+I to invert
the selection.
Now, it is possible to select the text in a GtkEntry and
GtkTextView using Ctrl+A.
Signed-off-by: Germán Póo-Caamaño <gpoo gnome org>
src/postr.glade | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/postr.glade b/src/postr.glade
index 4696f6a..1164d1e 100644
--- a/src/postr.glade
+++ b/src/postr.glade
@@ -150,7 +150,7 @@
<property name="label" translatable="yes">_Select All</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_select_all_activate"/>
- <accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/>
+ <accelerator key="E" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image18">
<property name="visible">True</property>
@@ -166,7 +166,7 @@
<property name="label" translatable="yes">Dese_lect All</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_deselect_all_activate"/>
- <accelerator key="A" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK" signal="activate"/>
+ <accelerator key="E" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK" signal="activate"/>
</widget>
</child>
<child>
@@ -175,6 +175,7 @@
<property name="label" translatable="yes">_Invert Selection</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_invert_selection_activate"/>
+ <accelerator key="I" modifiers="GDK_CONTROL_MASK" signal="activate"/>
</widget>
</child>
</widget>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]