Add keyboard shortcuts with KeyTouch


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Add keyboard shortcuts with KeyTouch
# 1  
Old 05-29-2008
Add keyboard shortcuts with KeyTouch

Thu, 29 May 2008 18:00:00 GMT
KeyTouch is an application designed to allow you to make full use of all the special function keys on your keyboard, whether the hardware supports Linux or not. It's a great idea, especially with all the multimedia applications that come standard with today's PCs. But as is often the case, the devil is in the implementation details.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Problem getting vertical bar with British keyboard layout on US (physical) keyboard

Hi, I've got a bit of a ridiculous problem and wasn't sure where to post it. I need to use the vertical bar for piping in Bash but, as per the title, am using a UK layout on a US (physical) keyboard which doesn't have a key for it in the place I'd expect. I've tried using xbindkeys and Unicode... (7 Replies)
Discussion started by: crunchgargoyle
7 Replies

2. UNIX for Dummies Questions & Answers

How to change Firefox keyboard shortcuts

Hi board! Can anybody tell me how to configure the Keyboard shortcuts of Firefox? I know that there is an extension called keyconfig and I used it with Firefox 1.0 but I it wasn't updated since 2005 or something. I also had a closer look at about:config but didn't find anything. My Google... (7 Replies)
Discussion started by: schallstrom
7 Replies

3. Shell Programming and Scripting

GVIM keyboard shortcuts

Hi all, I am new to linux, can anybody send any link for "GVIM" keyboard shortcuts. (1 Reply)
Discussion started by: balaramaiah.t
1 Replies
Login or Register to Ask a Question
XkbGetGeometry(3)						   XKB FUNCTIONS						 XkbGetGeometry(3)

NAME
XkbGetGeometry - Loads a keyboard geometry if you already have the keyboard description SYNOPSIS
Status XkbGetGeometry (Display *dpy, XkbDescPtr xkb); ARGUMENTS
- dpy connection to the X server - xkb keyboard description that contains the ID for the keyboard and into which the geometry should be loaded DESCRIPTION
You can load a keyboard geometry as part of the keyboard description returned by XkbGetKeyboard. However, if a keyboard description has been previously loaded, you can instead obtain the geometry by calling the XkbGetGeometry. In this case, the geometry returned is the one associated with the keyboard whose device ID is contained in the keyboard description. XkbGetGeometry can return BadValue, BadImplementation, BadName, BadAlloc, or BadLength errors or Success if it succeeds. DIAGNOSTICS
BadAlloc Unable to allocate storage BadImplementation Invalid reply from server BadLength The length of a request is shorter or longer than that required to minimally contain the arguments BadName A font or color of the specified name does not exist BadValue An argument is out of range SEE ALSO
XkbGetKeyboard(3) X Version 11 libX11 1.5.0 XkbGetGeometry(3)