File: README

package info (click to toggle)
keybinder 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,488 kB
  • ctags: 158
  • sloc: sh: 10,224; ansic: 520; makefile: 105; python: 10
file content (24 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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

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

    make vala
    ./vexample