[dconf-editor] Disable folder informations shortcut.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Disable folder informations shortcut.
- Date: Sat, 5 Jan 2019 16:52:50 +0000 (UTC)
commit 552449d0cb61f0d737f822b4c3466dc68eaa2a64
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sat Jan 5 17:46:17 2019 +0100
Disable folder informations shortcut.
The "Show folder informations" functionality has been disabled
in commit 38e04dea28, but not the keyboard shortcut. Fix that.
editor/dconf-editor.vala | 2 +-
editor/help-overlay.ui | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/editor/dconf-editor.vala b/editor/dconf-editor.vala
index 010c0db..87a5ab9 100644
--- a/editor/dconf-editor.vala
+++ b/editor/dconf-editor.vala
@@ -334,7 +334,7 @@ private class ConfigurationEditor : Gtk.Application
set_accels_for_action ("key.search-local(true)", { "<Shift><Primary><Alt>f" });
set_accels_for_action ("key.next-match", { "<Primary>g" });
set_accels_for_action ("key.previous-match", { "<Shift><Primary>g" });
- set_accels_for_action ("key.toggle-config", { "<Primary>i" }); //
<Shift><Primary>i is gtk editor
+ // set_accels_for_action ("key.toggle-config", { "<Primary>i" }); //
<Shift><Primary>i is gtk editor
set_accels_for_action ("kbd.modifications", { "<Alt>i" });
set_accels_for_action ("key.edit-path-end", { "<Primary>l" });
set_accels_for_action ("key.edit-path-last", { "<Shift><Primary>l" });
diff --git a/editor/help-overlay.ui b/editor/help-overlay.ui
index 65ba6e4..11c49ae 100644
--- a/editor/help-overlay.ui
+++ b/editor/help-overlay.ui
@@ -186,7 +186,8 @@
</child>
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">True</property>
+ <property name="visible">False</property>
+ <!-- Translators: entry disabled for now -->
<property name="title" translatable="yes" context="shortcut window">Toggle folder
properties</property>
<property name="accelerator"><Primary>i</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]