diff options
author | Moritz Bruder <[email protected]> | 2017-04-18 22:23:19 +0200 |
---|---|---|
committer | Moritz Bruder <[email protected]> | 2017-04-18 22:48:15 +0200 |
commit | d5ffd663755b88cc95b4b8bcccb06130b9653cf1 (patch) | |
tree | 024f16f5e7afb81c457fbdf4c3fe3baeedbc96eb /data | |
parent | 3171e41dcd4e0eea310acdb9c1d18c3a3adbd5fa (diff) | |
download | mate-panel-d5ffd663755b88cc95b4b8bcccb06130b9653cf1.tar.bz2 mate-panel-d5ffd663755b88cc95b4b8bcccb06130b9653cf1.tar.xz |
Run dialog: Add option to reverse history view
A setting is added to show the run dialog history in reverse.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.panel.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.panel.gschema.xml.in b/data/org.mate.panel.gschema.xml.in index c58f6e19..9c6fdb8c 100644 --- a/data/org.mate.panel.gschema.xml.in +++ b/data/org.mate.panel.gschema.xml.in @@ -30,6 +30,11 @@ <summary>Maximum history size for "Run Application" dialog</summary> <description>Controls the maximum size of the history of the "Run Application" dialog. A value of 0 will disable the history.</description> </key> + <key name="history-reverse-mate-run" type="b"> + <default>false</default> + <summary>Reverse the history of the "Run Application" dialog</summary> + <description>Displays the history in reverse. Provides a consistent view for terminal users as the up key will select the most recent entry.</description> + </key> <key name="toplevel-id-list" type="as"> <default>[]</default> <summary>Panel ID list</summary> |