Swap the shift and ctrl keys
This commit is contained in:
parent
047aa41b67
commit
04f83d4efc
|
@ -300,6 +300,12 @@
|
||||||
#define OPERATING_SYSTEM 'L' // linux
|
#define OPERATING_SYSTEM 'L' // linux
|
||||||
// TIP: Add more setting overrides here instead of editing them below.
|
// TIP: Add more setting overrides here instead of editing them below.
|
||||||
|
|
||||||
|
// Swap the shift and ctrl keys.
|
||||||
|
#define LEFT_MIDDY_MOD LSHFT
|
||||||
|
#define RIGHT_MIDDY_MOD RSHFT
|
||||||
|
#define LEFT_INDEX_MOD LCTRL
|
||||||
|
#define RIGHT_INDEX_MOD RCTRL
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Sunaku's Keymap v36 -- "Glorious Engrammer"
|
// Sunaku's Keymap v36 -- "Glorious Engrammer"
|
||||||
|
|
Loading…
Reference in a new issue