aboutsummaryrefslogtreecommitdiffstats
path: root/tagit/config
diff options
context:
space:
mode:
Diffstat (limited to 'tagit/config')
-rw-r--r--tagit/config/settings.json48
1 files changed, 0 insertions, 48 deletions
diff --git a/tagit/config/settings.json b/tagit/config/settings.json
index e0bb3cf..8fd4754 100644
--- a/tagit/config/settings.json
+++ b/tagit/config/settings.json
@@ -2,67 +2,19 @@
"ui": {
"standalone": {
"keytriggers": [
- "ClipboardCopy",
- "ClipboardPaste",
- "CreateGroup",
- "DissolveGroup",
- "AddToGroup",
- "MoveCursorUp",
- "MoveCursorDown",
- "MoveCursorLeft",
- "MoveCursorRight",
- "MoveCursorLast",
- "MoveCursorFirst",
- "NextPage",
- "PreviousPage",
- "ScrollDown",
- "ScrollUp",
- "ZoomIn",
- "ZoomOut",
- "Select",
- "SelectAll",
- "SelectNone",
- "SelectMulti",
- "SelectRange",
- "AddToken",
- "GoBack",
- "GoForth",
- "SearchByAddressOnce",
- "AddTag",
- "EditTag",
- "OpenGroup",
- "RepresentGroup",
- "Search",
- "ShowSelected",
- "RemoveSelected",
- "OpenExternal",
- "ShowHelp"
],
"buttondocks": {
"filter": [
- "AddToken",
- "GoBack",
- "GoForth"
],
"navigation_left": [
- "MoveCursorFirst",
- "PreviousPage",
- "ScrollUp"
],
"navigation_right": [
- "ScrollDown",
- "NextPage",
- "MoveCursorLast"
],
"status": [
- "RotateLeft",
- "DeleteObject",
- "RotateRight"
]
},
"context": {
"root": [
- "CloseSessionAndExit"
]
}
}