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`.