psmith 2003/09/03 00:35:02 Modified: src/java/org/apache/log4j/chainsaw ChainsawToolBarAndMenus.java WelcomePanel.html Log: Delete action and Pause action seemed to share the same accelerator, so when you wanted to pause it actually removed all the events from the view. nice. Updated the Welcome help file with the correct hot keys. Revision Changes Path 1.6 +1 -1 jakarta-log4j/src/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenus.java Index: ChainsawToolBarAndMenus.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenus.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChainsawToolBarAndMenus.java 3 Sep 2003 05:40:08 -0000 1.5 +++ ChainsawToolBarAndMenus.java 3 Sep 2003 07:35:02 -0000 1.6 @@ -507,7 +507,7 @@ } }; - action.putValue(Action.MNEMONIC_KEY, new Integer(KeyEvent.VK_P)); + action.putValue(Action.MNEMONIC_KEY, new Integer(KeyEvent.VK_C)); action.putValue( Action.ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_BACK_SPACE, InputEvent.CTRL_MASK)); 1.4 +2 -2 jakarta-log4j/src/java/org/apache/log4j/chainsaw/WelcomePanel.html Index: WelcomePanel.html =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/chainsaw/WelcomePanel.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- WelcomePanel.html 2 Sep 2003 22:24:08 -0000 1.3 +++ WelcomePanel.html 3 Sep 2003 07:35:02 -0000 1.4 @@ -51,12 +51,12 @@ <td nowrap class="HotKey">CTRL-O</td> <td width="50" align="center">-</td> <td>Shows a File Open dialog to open an XML file of events into Chainsaw</td> - <td nowrap class="HotKey">F12</td> + <td nowrap class="HotKey">ALT-P or F12</td> <td width="50" align="center">-</td> <td>Pause display</td> </tr> <tr valign="top"> - <td nowrap class="HotKey">ALT-P</td> + <td nowrap class="HotKey">ALT-C or CTRL-BACKSPACE</td> <td width="50" align="center">-</td> <td colspan="4">Purges current panels events</td> </tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]