From Fedora Project Wiki

< SIGs‎ | Laptop

fp-wiki>ImportUser
(Imported from MoinMoin)
 
(fix typo)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
= Hotkeys =
= 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.
Right now a lot of special keys on laptops as on so called internet keyboards 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
See /KeyProcessing for technical background information
There is a list of /SoftWare dealing with this issue.
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.
As keypresses move through several layers it is necessary to make all these layers work.


= Areas of Work =
= Areas of Work =

Latest revision as of 12:37, 20 March 2009

Hotkeys

Right now a lot of special keys on laptops as on so called internet keyboards 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 necessary 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