diff --git a/Other-Actions.md b/Other-Actions.md
index c691592..a96bdc5 100644
--- a/Other-Actions.md
+++ b/Other-Actions.md
@@ -18,20 +18,17 @@ You can select one of these modes:
# Configuration
## Mode: Pause Game
+Pause or resume the game.
#### Function
You can select one of these functions:
* Pause Game - Pauses the game
* Resume Game - Resumes the game
* Toggle Pause - Toggles between pause and resume
-#### On Color
-Sets the color of the ring that's shown on the button when the function is on.
-
-#### Off Color
-Sets the color of the ring that's shown on the button when the function is off.
-
-#### Background
-Sets the background color of the button.
+## Mode: Move Canvas
+Zoom or pan the canvas.
+#### Direction
+Select the pan direction or whether to zoom in or out
## Mode: Control Buttons
Toggle/select the control buttons and tools that can be found on the left of the screen. The control buttons are the button in the column on the left, while the tools are the buttons in the column on the right.
@@ -46,16 +43,20 @@ Select the control
#### Nr
The control/tool number, where the topmost control/tool is 1
-#### Background
-Sets the background color of the button.
+### Control: Control Offset or Tools Offset
+(Only works for 'Displayed Controls' or 'Displayed Tools')
+Control an offset to add to the control or tool nr to scroll through the available tools/controls.
+
+#### Type: Absolute Offset
+Set an absolute offset. For example: setting it to 3 will always add 3 to the control or tool nr, offsetting the displayed tools/controls by 3.
+
+#### Type: Relative Offset
+Set a relative offset. For example: setting it to 1 will add 1 to the current offset.
### Control: All other controls
#### Tool
Selects the tool to control
-#### Background
-Sets the background color of the button.
-
See the image below for an example on how to set up a control buttons screen. It has been taken from the provided example XL profile.

@@ -74,9 +75,6 @@ Not shown if function is set to 'Display'.
If function is set to 'Value', sets the darkness to that value. Must be between 0 and 1.
If function is set to 'Increase/Decrease', sets the amount that the darkness level must increased or decreased with. Must be between -1 and 1.
-#### Background
-Sets the background color of the button.
-
## Mode: Roll Tables
Open or roll from a roll table.
@@ -86,15 +84,6 @@ You can select one of these functions:
* Public Roll - Roll publicly from the specified roll table
* Private Roll - Roll privately from the specified roll table
-#### Name
-The name of the roll table to roll from. The roll table must be in the 'Rollable Tables' sidebar in Foundry.
-
-#### Display Name
-Toggles whether or not the button should display the roll table's name.
-
-#### Display Icon
-Toggles whether or not the button should display the roll table's background image.
-
#### Background
Sets the background color of the button.
@@ -108,17 +97,16 @@ Select what sidebar to open
Checking this will pop out the sidebar tab in a separate window. This does not work for the chat.
#### Display Name
-Toggles whether or not the button should display the sidebar's name.
+Toggles whether or not the button should display the name.
#### Display Icon
-Toggles whether or not the button should display the sidebar's icon.
+Toggles whether or not the button should display the icon.
#### On Color
-Sets the color of the ring that's shown on the button when the sidebar tab is open (only works in Foundry 0.8.x+).
+Sets the color of the ring that's shown on the button when the targeted setting/function is open or active.
#### Off Color
-Sets the color of the ring that's shown on the button when the sidebar tab is closed (only works in Foundry 0.8.x+).
+Sets the color of the ring that's shown on the button when the targeted setting/function is closed or inactive.
#### Background
-Sets the background color of the button.
-
+Sets the background color of the button.
\ No newline at end of file