@@ -88,11 +88,9 @@ <h2>Customizing Key Bindings</h2>
8888 'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.Keys)") '>
8989 < img src ="PLUGINS_ROOT/org.eclipse.help/command_link.svg " alt ="command link "> < b > General > Keys</ b > </ a > preference
9090 page.</ p >
91- < p > < img src ="../../images/keys1.png " alt ="Keys preference page the About command with no binding "> </ p >
92- < p > In this example we want to bind < b > CTRL+5</ b > to the About command. By default the keys preference page will show
91+ < p > For example we want to bind < b > CTRL+5</ b > to the About command. By default the keys preference page will show
9392 you all possible keybindings. You can see the About command listed in the Help category. You can bind the command by
9493 putting focus in the Binding text box and pressing CTRL and 5 like you would if you were executing the command.</ p >
95- < p > < img src ="../../images/keys2.png " alt ="Keys preference page the About command bound to CTRL+5 "> </ p >
9694 < p > When you type CTRL+5 you have created a binding for About. The right-most column will indicate that this is a user
9795 binding by displaying a < b > U</ b > . If there was a conflict with another key, this column would also display a
9896 < b > C</ b > . The binding will be in the default context, "In Windows". You can now use the When combo box to change the
@@ -120,11 +118,9 @@ <h2>Conflict Resolution</h2>
120118 < p > This is a conflict. It wouldn't be proper to invoke both commands, nor would it be proper to simply choose one of
121119 the two commands to receive the key stroke. We pop up the Key Assist Dialog with the conflicting commands and allow
122120 the user to select one. The Key Assist Dialog is the same dialog that displays command choices for multiple key
123- stroke key bindings. For example, if 2 commands were bound to < b > F12</ b > you might see:</ p >
124- < p > < img src ="../../images/keys3.png " alt ="Keys Assist dialog "> </ p >
121+ stroke key bindings.</ p >
125122 < p > If the user sets a keybinding and creates a conflict, the conflicting bindings will be displayed in the conflicts
126123 list. This can be used to navigate between conflicting keybindings so that they can be changed.</ p >
127- < p > < img src ="../../images/keys4.png " alt ="Keys preference page conflict list "> </ p >
128124 < p > These types of conflicts can be resolved by explicitly assigning the key sequence to one of the commands, or
129125 remove it from the other.</ p >
130126 < p > Another type of conflict can be caused by multiple-key stroke key sequences. For example, in the < em > Emacs</ em >
0 commit comments