/etc/gpe/key-commands is in gpe-conf 0.2.9-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | #
# This file contains command definitions for key actions setup
#
# Format is cmd<nr> = <title>;<command>
[Commands]
cmd0 = Nothing
cmd1 = Record Memo;gpe-soundbite record --autogenerate-filename $HOME_VOLATILE
cmd2 = Calendar;gpe-calendar
cmd3 = Contacts;gpe-contacts
cmd4 = To-do List;gpe-todo
cmd5 = Taskmanager;gpe-taskmanager
cmd6 = Audio Player;gpe-nmf
cmd7 = Web Browser;gpe-mini-browser
cmd8 = Mail;sylpheed
cmd9 = Audio Mixer;gpe-mixer
cmd10 = Terminal;~x-terminal-emulator
cmd11 = Toggle Desktop;~matchbox-remote -desktop
cmd12 = Suspend Device;~apm --suspend
cmd13 = Brightness Down;display-brightness.sh down
cmd14 = Brightness Up;display-brightness.sh up
|