Skip to content

Instantly share code, notes, and snippets.

@azurestone
Created December 11, 2012 08:01
Show Gist options
  • Select an option

  • Save azurestone/4256690 to your computer and use it in GitHub Desktop.

Select an option

Save azurestone/4256690 to your computer and use it in GitHub Desktop.
Swap Caps_Lock and Control_L
!
! Swap Caps_Lock and Control_L
!
remove Lock = Caps_Lock
remove Control = Control_L
keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L
@venkatsc
Copy link

The above did not work for me but the following worked on rocky9

clear lock
clear control
keycode 66 = Control_L
add control = Control_L
add Lock = Control_R

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment