Add m shortcut
authorAlex Schroeder <alex@gnu.org>
Sun, 18 Aug 2019 19:22:02 +0000 (21:22 +0200)
committerAlex Schroeder <alex@gnu.org>
Sun, 18 Aug 2019 19:22:02 +0000 (21:22 +0200)
jan-pona-mute.py

index 774137f83f1580e98c7112fc49fdbf6b2fe55096..3e580dd086e3c656b4726b45654777d30e7b891b 100755 (executable)
@@ -53,9 +53,10 @@ shortcuts = {
     "c":    "comments",
     "r":    "reload",
     "n":    "notifications",
+    "m":    "notifications more",
+    "g":    "notifications update",
     "e":    "edit",
     "d":    "delete",
-    "g":    "notifications update",
 }
 
 def get_rcfile():