logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

parens (389B)


  1. // swap parentheses and square brackets
  2. default partial
  3. xkb_symbols "swap_brackets" {
  4. replace key <AE09> { [ 9, bracketleft ] };
  5. replace key <AE10> { [ 0, bracketright ] };
  6. replace key <AD11> { [ parenleft, braceleft ] };
  7. replace key <AD12> { [ parenright, braceright ] };
  8. };