diff options
author | Moritz Bruder <[email protected]> | 2017-04-18 22:23:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-25 12:27:11 +0200 |
commit | fa0295318e3760dbc7ff6802b50548ce9d39d267 (patch) | |
tree | 4bc5475c3dd692ca18813c311a0d0b8c0b2bf5b6 /data | |
parent | b89a1bd6f2ca16055a68fb2b262b4d231297e16e (diff) | |
download | mate-panel-fa0295318e3760dbc7ff6802b50548ce9d39d267.tar.bz2 mate-panel-fa0295318e3760dbc7ff6802b50548ce9d39d267.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> |