File: README

package info (click to toggle)
keybinder 0.3.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,880 kB
  • sloc: sh: 11,397; ansic: 602; makefile: 151; python: 10
file content (29 lines) | stat: -rw-r--r-- 765 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Examples for libkeybinder
=========================

The examples require that keybinder is already built and installed,
otherwise the applications won't find their libraries or modules.

main.c contains a minimal C program using libkeybinder. Run it using::

    make main
    ./main

example.py contains a minimal Python program using keybinder. Run it using::

    ./example.py

example.lua contains a minimal Lua program using keybinder. Run it using:: 

    make lua
    ./example.lua

example_gi.lua contains a minimal Lua program using keybinder via
gobject-introspection and `lgi <http://gitorious.org/lgi>`__. Run it using::

    ./example_gi.lua

vexample.vala contains a minimal Vala program using keybinder. Run it using::

    make vala
    ./vexample