Git Product home page Git Product logo

orbmapper's Introduction

orbmapper

Daemon to remap the Razer Orbweaver Chroma. Creates a virtual input device from which the remapped keys will be sent.

Installation

Simply download the latest binary on the Release page and put it in your path like so:

$ curl -LO https://github.com/karimElmougi/orbmapper/releases/download/v0.1.0/orbmapper
$ chmod a+x orbmapper
$ sudo cp orbmapper /usr/bin/

Installation from source

Note: Because orbmapper requires elevated priviledges, it needs to be installed in a location that is accessible in the root user's PATH variable. This is why a simple cargo install probably won't work.

$ git clone https://github.com/karimElmougi/orbmapper.git --branch v0.1.0
$ cd orbmapper
$ cargo build --release
$ sudo cp target/release/orbmapper /usr/bin/

Usage

Either use my personal key map like this:

$ orbmapper

or define your own in TOML and pass it around like so:

$ orbmapper --config config.toml

See config.toml as an example.

That's it! Now your Orbweaver's keystrokes should be getting remapped according to your defined key map.

orbmapper's People

Contributors

karimelmougi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  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.