From 933ec33cf0e3a0c5f43698f04953f68beaf0b9e2 Mon Sep 17 00:00:00 2001 From: Tim Fitzgerald Date: Wed, 25 Jul 2018 15:04:53 -0700 Subject: [PATCH] Updated documentation for zendesk module --- _site/content/posts/modules/zendesk.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/_site/content/posts/modules/zendesk.md b/_site/content/posts/modules/zendesk.md index a6a6cbf0..e3eadbaa 100644 --- a/_site/content/posts/modules/zendesk.md +++ b/_site/content/posts/modules/zendesk.md @@ -20,12 +20,30 @@ wtf/zendesk/ Key: `ZENDESK_DOMAIN`
Value: Your Zendesk subdomain +## Keyboard Commands + +Key: `[return]`
+Action: Open the selected ticket in the browser. + +Key: `j`
+Action: Select the next item in the list. + +Key: `k`
+Action: Select the previous item in the list. + +Key: `↓`
+Action: Scroll down the list. + +Key: `↑`
+Action: Scroll up the list. + ## Configuration ```yaml zendesk: enabled: true username: "your_email@acme.com" + status: "new" position: top: 0 left: 2 @@ -38,3 +56,7 @@ zendesk: `username`
Your Zendesk username Values: A valid Zendesk username (usually an email address). + +`status`
+The status of tickets you want to retrieve. +Values: `new`, `open`, `pending`, `hold`.