Reactive Keyboard 1.6.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Reactive Keyboard 1.6.2 (Default branch)
# 1  
Old 07-31-2008
Reactive Keyboard 1.6.2 (Default branch)

Reactive Keyboard (rk) adds predictive autocompletion to your Unix shell. It tracks your history, then makes suggestions as you type. It suggests command line completions based on prior input. Just ignore wrong suggestions; press CTRL-W to accept correct ones.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 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
Login or Register to Ask a Question
XkbIgnoreExtension(3)						   XKB FUNCTIONS					     XkbIgnoreExtension(3)

NAME
XkbIgnoreExtension - Prevents core X library keyboard functions from using the X Keyboard Extension SYNOPSIS
Bool XkbIgnoreExtension (Bool *ignore); ARGUMENTS
ignore True means ignore the extension DESCRIPTION
If a server supports the Xkb extension, the X library normally implements preXkb keyboard functions using the Xkb keyboard description and state. The server Xkb keyboard state may differ from the preXkb keyboard state. This difference does not affect most clients, but there are exceptions. To allow these clients to work properly, you may instruct the extension not to use Xkb functionality. Call XkbIgnoreExtension to prevent core X library keyboard functions from using the X Keyboard Extension. You must call XkbIgnoreExtension before you open a server connection; Xkb does not provide a way to enable or disable use of the extension once a connection is established. XkbIgnoreExtension tells the X library whether to use the X Keyboard Extension on any subsequently opened X display connections. If ignore is True, the library does not initialize the Xkb extension when it opens a new display. This forces the X server to use compatibility mode and communicate with the client using only core protocol requests and events. If ignore is False, the library treats subsequent calls to XOpenDisplay normally and uses Xkb extension requests, events, and state. Do not explicitly use Xkb on a connection for which it is dis- abled. XkbIgnoreExtension returns False if it was unable to apply the ignore request. RETURN VALUES
True The XkbIgnoreExtension returns True if False The XkbIgnoreExtension function returns False if it was unable to apply the ignore request. SEE ALSO
XOpenDisplay(3) X Version 11 libX11 1.6.0 XkbIgnoreExtension(3)