Difference between revisions of "KMilo"

From ThinkWiki
Jump to: navigation, search
(injecting fake keystrokes)
m ("," mistake)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Stub}}
 
{{Stub}}
 +
== Introduction ==
  
KMilo is a KDE plugin providing binding for some special keys. It is a KDE port of [[tpb]].
+
KMilo is a KDE plugin providing binding for some special Thinkpad keys. It is a KDE port of [[tpb]].
  
KMilo can be activated via the KDE Control Center (<tt>kcontrol</tt>), under <tt>System Administration -> IBM ThinkPad Laptop</tt>. This lets you choose the program to execute for each event
+
== Installing KMilo ==
 +
=== Gentoo ===
 +
KMilo is available in Portage.
 +
 
 +
emerge kmilo -av
 +
 
 +
=== Debian ===
 +
 
 +
apt-get install kmilo
 +
 
 +
You will probably have to edit /etc/udev/permissions.rules and replace the line
 +
 
 +
KERNEL=="nvram",         GROUP="nvram"
 +
 
 +
with
 +
 
 +
KERNEL=="nvram", MODE="0666", GROUP="nvram"
 +
 
 +
This will make the nvram module writable for everyone so that your settings will remain when you reboot.
 +
 
 +
== Usage ==
 +
After installing an entry called "IBM Thinkpad Laptop" will appear in your KDE Control Center under "System Administration".
 +
This lets you choose the program to execute for each event.
  
 
You can use appropriate commands to [[How to inject fake keystrokes|inject fake keystrokes]].
 
You can use appropriate commands to [[How to inject fake keystrokes|inject fake keystrokes]].

Latest revision as of 14:06, 29 March 2007

This page is a stub

You can help ThinkWiki by expanding it.

Introduction

KMilo is a KDE plugin providing binding for some special Thinkpad keys. It is a KDE port of tpb.

Installing KMilo

Gentoo

KMilo is available in Portage.

emerge kmilo -av

Debian

apt-get install kmilo

You will probably have to edit /etc/udev/permissions.rules and replace the line

KERNEL=="nvram", GROUP="nvram"

with

KERNEL=="nvram", MODE="0666", GROUP="nvram"

This will make the nvram module writable for everyone so that your settings will remain when you reboot.

Usage

After installing an entry called "IBM Thinkpad Laptop" will appear in your KDE Control Center under "System Administration". This lets you choose the program to execute for each event.

You can use appropriate commands to inject fake keystrokes.