[gnome-notes/add-shortcut-for-new-note-to-desktop-actions: 3/3] desktop: Add "Create New Note" shortcut to Desktop Actions



commit e67b7354cba15f4dd75bd15e5411b3b9879c19f2
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Mar 12 11:40:36 2020 +0100

    desktop: Add "Create New Note" shortcut to Desktop Actions
    
    This allows for GNOME Shell (and other launchers) to present a
    shortcut for creating a new note directly (right click on the
    Notes icon -> Create New Note.

 data/org.gnome.Notes.desktop.in | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/data/org.gnome.Notes.desktop.in b/data/org.gnome.Notes.desktop.in
index a8b7105..e317995 100644
--- a/data/org.gnome.Notes.desktop.in
+++ b/data/org.gnome.Notes.desktop.in
@@ -12,3 +12,8 @@ StartupNotify=true
 Terminal=false
 Type=Application
 Categories=GNOME;GTK;Utility;
+Actions=new-note
+
+[Desktop Action new-note]
+Name=Create New Note
+Exec=bijiben --new-note


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]