mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Accessibility Request
@ 2010-11-10 19:17 Thomas Stratford
  2010-11-11 10:13 ` Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Stratford @ 2010-11-10 19:17 UTC (permalink / raw)
  To: linux-kernel

A good friend of mine (Ken Starks from the Helios Project) has come up
with a great idea that he and I think would be very useful to lots of
people in the Linux world. I was wondering if you could either:

A) Point me in the right direction to implement this.

or B) Point me to an existing project of this nature.

What Ken is looking for is: A simple macro system that would be system
wide, to map a hot key combination to a series of keystrokes. The idea
is to save time typing by mapping frequently used combinations to a
single hotkey. For example: Mapping ctrl+alt+a = "The Helios Project".

My thought was that this could be implemented in the keyboard driver
stack, and then do a simple substitution when a hot key is triggered.
Is this possible? Is there already an implementation of something like
this in the Linux world? Does this sound crazy? :)

Any help you could give would be appreciated.

Thanks,

Thomas

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Accessibility Request
  2010-11-10 19:17 Accessibility Request Thomas Stratford
@ 2010-11-11 10:13 ` Andi Kleen
  0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2010-11-11 10:13 UTC (permalink / raw)
  To: Thomas Stratford; +Cc: linux-kernel

Thomas Stratford <tstratford@dragon-wing.net> writes:

> My thought was that this could be implemented in the keyboard driver
> stack, and then do a simple substitution when a hot key is triggered.
> Is this possible? Is there already an implementation of something like
> this in the Linux world? Does this sound crazy? :)

See "man loadkeys"
The existing keymaps can already expand keys to multiple characters.

-Andi

-- 
ak@linux.intel.com -- Speaking for myself only.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-11 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-10 19:17 Accessibility Request Thomas Stratford
2010-11-11 10:13 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome