WeirdTreeThing / cros-keyboard-map

Utility to generate keyd configurations for use on Chromebooks
BSD 3-Clause "New" or "Revised" License
33 stars 10 forks source link

Swap search (super) and esc keys? #22

Closed iamashwin99 closed 1 month ago

iamashwin99 commented 2 months ago

On my regular keyboards, I like to swap the capslock and ESC keys. with that engrained in my muscle memory, Is there a way to swap the search (super) key and esc key?

crystalcommunication commented 1 month ago

Of course, just put the following in the [main] section of your /etc/keyd/cros.conf

leftmeta = escape
escape = leftmeta

then do sudo keyd reload to apply

iamashwin99 commented 1 month ago

Perfect! Works well for me. Thanks for the hint!