Define c as an abbreviation for comments
authorAlex Schroeder <alex@gnu.org>
Tue, 13 Aug 2019 08:41:39 +0000 (10:41 +0200)
committerAlex Schroeder <alex@gnu.org>
Tue, 13 Aug 2019 08:41:39 +0000 (10:41 +0200)
jan-pona-mute.py

index 53b11e76201e0828162503341e774f68515f6cd0..25ad73d4a5ff6019ea44d0463793df0cd49b8c33 100755 (executable)
@@ -26,6 +26,7 @@ import os
 _ABBREVS = {
     "q":    "quit",
     "p":    "print",
+    "c":    "comments",
 }
 
 _RC_PATHS = (