Skip to content

Commit 6e1f013

Browse files
authored
Update controls_spinner_slider_scrollbar.bob
Change key combinations to remove ctrl + page up/down, because it behaves differently on two different system.
1 parent 3969688 commit 6e1f013

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/display/model/src/main/resources/examples/controls_spinner_slider_scrollbar.bob

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
<text>The value can be adjusted both with the mouse and, when the widget is in focus, using the arrow keys and page up/down keys.
7373
Up/Down arrow keys and Page Up/Down keys will change the value by 1 step size
7474
Ctrl + Up/Down arrow keys will change the value by 5 x step size
75-
Ctrl + Page Up/Down keys will change the value by 10 x step size
76-
To make it up for some keyboard that need Fn keys to activate Page Up/Down, one can also use Ctrl Left/Right arrow keys to make changes at 10 x step szie
75+
Ctrl + Left/Right arrow keys to make changes at 10 x step szie
7776

7877
The "increment" property of the widget determines the step size when using the keyboard.</text>
7978
<x>141</x>

0 commit comments

Comments
 (0)