diff options
author | Mattias Andrée <maandree@kth.se> | 2016-10-07 17:35:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-10-07 17:35:52 +0200 |
commit | 1e5f4c422096b2e862c079de3bbf7f984c454c92 (patch) | |
tree | 0fc8d65c1471a3b81938ce234c1b5b20f435c106 /examples/moderate | |
parent | m (diff) | |
download | xpybar-1e5f4c422096b2e862c079de3bbf7f984c454c92.tar.gz xpybar-1e5f4c422096b2e862c079de3bbf7f984c454c92.tar.bz2 xpybar-1e5f4c422096b2e862c079de3bbf7f984c454c92.tar.xz |
Add SCROLL_LEFT and SCROLL_RIGHT
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'examples/moderate')
-rw-r--r-- | examples/moderate | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/moderate b/examples/moderate index dea8a4e..9a95871 100644 --- a/examples/moderate +++ b/examples/moderate @@ -617,6 +617,16 @@ SCROLL_DOWN = 5 :int The index of the psuedo-button for scrolling downwards ''' +SCROLL_LEFT = 6 +''' +:int The index of the psuedo-button for scrolling left +''' + +SCROLL_RIGHT = 7 +''' +:int The index of the psuedo-button for scrolling right +''' + FORWARD_BUTTON = 8 # X1 ''' :int The index of the forward button, also known as X1 |