Code Monkey home page Code Monkey logo

keybinder's Introduction

This fork adds a quick hack to keybinder circumventing GTK3's default masking of the AltGr key as a modifier.

libkeybinder

Author:Ulrik Sverdrup <[email protected]>
Homepage:http://kaizer.se/wiki/keybinder/

keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System.

The library contains:

  • A C library, libkeybinder
  • Gobject-Introspection (gir) generated bindings
  • Lua bindings, lua-keybinder
  • Python bindings, python-keybinder
  • An examples directory with programs in C, Lua, Python and Vala.

Compile and Installation Notes

The package keybinder compiles against GTK+ 2 while the package keybinder-3.0 compiles against GTK+ 3. The two packages can be installed in parallel.

Both packages support generating gobject-introspection (gir) bindings, even if these bindings are more relevant for the future, hence the GTK+ 3 package. For keybinder-3.0, the gir bindings are strongly

recommended over any other language bindings.

keybinder includes python-keybinder which are static python (PyGTK 2) bindings. If you don't have the neccessary dependencies, and don't want to build the python bindings, you have to explicitly disable them using the --disable-python option with configure.

keybinder and keybinder-3.0 include experimental static lua bindings. It is possible you need to tell configure where Lua includes are to be found using (adjusting the path appropriately):

./configure CPPFLAGS=-I/usr/include/lua5.1

If you want to compile with reduced library linking, configure using:

CC="cc -Wl,--as-needed" ./configure

Build Requirements

  • GTK+ 3.0 (keybinder-3.0) or GTK+ 2.20 (keybinder)
  • gobject-introspection
  • gtk-doc 1.14
  • Python 2.5, pygobject 2.15.3, pygobject-codegen-2.0 for python-keybinder

History

This library originates in Tomboy and has been widely reused without having a separate release. This package has taken the python bindings from the Deskbar Applet project, and broken it out to a standalone project. The library was subsequently rewritten in major parts.

keybinder's People

Contributors

bluss avatar dktrkranz avatar

Watchers

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