Giter VIP home page Giter VIP logo

xkb-mvo's Introduction

Additional XKB options for mvo
------------------------------

These options modify the keyboard layout to match what I have been
using for 15 years or so.

# How to add an option so that it shows up in GNOME Tweak Tool

- Change /usr/share/X11/xkb/rules/evdev.xml and add a <group> element
  inside the <optionList> element like this:

   <optionList>
     ...
     <group>
       <configItem>
         <name>tweaks</name>
         <description>Blah</description>
       </configItem>
       <option>
         <configItem>
           <name>tweaks:blah</name>
           <description>Blah blah blah</description>
         </configItem>
       </option>
     </group>
     ...
   </optionList>

- Add a line to /usr/share/X11/xkb/rules/evdev like this:

   ! option	=	symbols
   ...
   +  tweaks:blah            =       +tweaks(blah)
   ...

- Create /usr/share/X11/xkb/symbols/tweaks with something like this

   partial modifier_keys
   xkb_symbols "blah" {
     [..]
   };


Then run gnome-tweak-tool.  There should be a new entry called
"Tweaks" in the "Typing" section.  Checking the checkbox should
immediately activate whatever is in the
/usr/share/X11/xkb/symbols/tweaks file.

xkb-mvo's People

Contributors

mvollmer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.