Penguin
Blame: MetacityNotes
EditPageHistoryDiffInfoLikePages
Annotated edit history of MetacityNotes version 2, including all changes. View license author blame.
Rev Author # Line
1 DanielLawson 1 !! Binding arbitary commands to keyboard shortcuts
2
2 AristotlePagaltzis 3 [Metacity] does actually support binding arbitary commands to shortcuts, however there is no clean configuration interface for that.
1 DanielLawson 4
2 AristotlePagaltzis 5 _WARNING_ This method involves using gconf-editor(1). Changing the wrong thing here might break something. Etc.
1 DanielLawson 6
2 AristotlePagaltzis 7 * Run gconf-editor(1)
8 * Open the <tt>/apps/metacity/global_keybindings</tt> branch
9 * Click the appropriate row in the value column for the <tt>run_command_1</tt> key and enter the key you'd like to bind a command to, eg. F12.
10 * Open the <tt>/apps/metacity/keybindings_command</tt> branch
11 * Click the appropriate row in the value column for the <tt>command_1</tt> key and enter the command you'd like to run, eg. <tt>xterm</tt>