From Fedora Project Wiki

< SIGs‎ | Laptop

Revision as of 14:13, 24 May 2008 by fp-wiki>ImportUser (Imported from MoinMoin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hotkeys

Right now a lot mof special keys on laptops as on so called internet keyborad do not work. Some do not work at all some need manual configuration. Goal of this effort is to make all these keys work out of the box or at least by only configuring the keyboard type.

See /KeyProcessing for technical background information There is a list of /SoftWare dealing with this issue.

As keypresses move through several layers it is nessesary to make all these layers work.

Areas of Work

AT and PS/2 keyboard configuration

Kernel

X11

Desktops

Most hotkeys should invoke programs or trigger actions insted of producing characters. This is desktop environment specific.

  • Preconfigure actions on hotkeys
  • GNOME
  • Allow multiple keys per action to have a <CTRL> + letter and hotkey at once
  • GConf:/apps/metacity/global_keybingings
  • GConf:/apps/metacity/keybinding_commands
  • GConf:/apps/metacity/window_keybindings
  • Related information about keybindings in GNOME here
  • KDE
  • Create a list of hotkeys to map (/DesktopActions Stop (medium size).png outdated, redo)


Toolkits

Support for hotkeys on default actions. That way programmer would not have to care about the hotkeys. This is a long term thing. Lets see if we ever get to this...

  • Gtk
  • add hotkeys as parts of stock icons???
  • related bugs: 442632 and 337096
  • Qt


Resources