aboutsummaryrefslogtreecommitdiff
path: root/test/data/compat/ledscroll
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/compat/ledscroll')
-rw-r--r--test/data/compat/ledscroll24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/data/compat/ledscroll b/test/data/compat/ledscroll
new file mode 100644
index 0000000..a241698
--- /dev/null
+++ b/test/data/compat/ledscroll
@@ -0,0 +1,24 @@
+// Use the Scroll Lock LED to show either
+// Scroll Lock, Group, or Shift Lock state.
+
+default partial xkb_compatibility "scroll_lock" {
+ indicator "Scroll Lock" {
+ allowExplicit;
+ whichModState= Locked;
+ modifiers= ScrollLock;
+ };
+};
+
+partial xkb_compatibility "group_lock" {
+ indicator "Scroll Lock" {
+ modifiers= None;
+ groups=All-group1;
+ };
+};
+
+partial xkb_compatibility "shift_lock" {
+ indicator "Scroll Lock" {
+ whichModState= Locked;
+ modifiers= Shift;
+ };
+};