This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit bc9e7ea880ab9ee769c87d0b2e99063e07247251
Author: Kim Woelders <[email protected]>
AuthorDate: Sat Jun 11 19:49:53 2022 +0200
Update config/e16keyedit.db (pinning)
---
config/e16keyedit.db | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/e16keyedit.db b/config/e16keyedit.db
index 9c5fdd5c..a3e0d5c1 100644
--- a/config/e16keyedit.db
+++ b/config/e16keyedit.db
@@ -47,6 +47,8 @@
"Stick / Unstick Window", 0, "wop * stick"
"Iconify Window", 0, "wop * iconify"
"Shade / Unshade Window", 0, "wop * shade"
+"Pin Window", 0, "wop * pin on *"
+"Un-pin Window", 0, "wop * pin off *"
"Maximise Height of Window", 0, "wop * th conservative"
"Maximise Height of Window to available space", 0, "wop * th available"
"Maximise Height of Window to whole screen", 0, "wop * th"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.