mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-22 13:14:57 +02:00
🚀 feat(kali): thanks to kalilinux.org
This commit is contained in:
24
usr/lib/win-kex/VcXsrv/xkbdata/compat/ledcaps
Executable file
24
usr/lib/win-kex/VcXsrv/xkbdata/compat/ledcaps
Executable file
@@ -0,0 +1,24 @@
|
||||
// Use the Caps Lock LED to show either
|
||||
// Caps Lock, Group, or Shift Lock state.
|
||||
|
||||
default partial xkb_compatibility "caps_lock" {
|
||||
indicator "Caps Lock" {
|
||||
!allowExplicit;
|
||||
whichModState= Locked;
|
||||
modifiers= Lock;
|
||||
};
|
||||
};
|
||||
|
||||
partial xkb_compatibility "group_lock" {
|
||||
indicator "Caps Lock" {
|
||||
modifiers= None;
|
||||
groups=All-group1;
|
||||
};
|
||||
};
|
||||
|
||||
partial xkb_compatibility "shift_lock" {
|
||||
indicator "Caps Lock" {
|
||||
whichModState= Locked;
|
||||
modifiers= Shift;
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user