This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 182968 - [69cat] Clear terminal shortcut Alt+E clashes with Edit mnemonic
Summary: [69cat] Clear terminal shortcut Alt+E clashes with Edit mnemonic
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
: 41306 182971 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-26 20:55 UTC by Michel Graciano
Modified: 2012-05-22 16:05 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2010-03-26 20:55:57 UTC
[ BUILD # : c0c8da2a52b0 ]
[ JDK VERSION : 1.6.* ]

Close terminal shortcut Alt+E clashes with Edit mnemonic.
Comment 1 Michel Graciano 2010-03-26 20:57:59 UTC
In the truth it is about Clear shortcut
Comment 2 Peter Pis 2010-03-29 09:00:42 UTC
Ctrl + L is for clearing the output. Could you please provide more details? What exactly do you mean?
Comment 3 Peter Pis 2010-04-07 13:57:38 UTC
Any update on this?
Comment 4 Michel Graciano 2010-04-07 14:06:23 UTC
Hi Peter, sorry for delay, I just lost your last message.
Well, I mean is it:
1. Window > Output > Terminal (Experimental)
2. Click at 'Create a new local terminal tab'
3. Mouse right click on this terminal and you can see 'Clear Alt-E' action.
4. Try to hit this shortcut and the character 'e' is typed instead clear or even open &Edit menu.

When I filed it, hitting the shortcut, the menu Edit was opened.
Tested using Build 100407-abf8e4eac4aa.
Comment 5 ivan 2010-05-08 04:57:35 UTC
The fact that upon hitting Alt-e 'e' is echoed is a somewhat
orthogonal problem to that of appropriate keystroke assignments
and is now addressed by bug #185756.

But what _is_ the appropriate keystroke assignment?
Ctrl-l (or Ctrl-anything per existing NB IO won't do
because it might clash with keystrokes interpreted 
by the shell or application running in the terminal
(vi, emacs, readline)

Below is a table of keystroke assignments used by 
gnome-terminal and konsole. Neither have a short-cur
for Reset/Clear so I propose we don't either.

                        gnome-console           konsole
        -----------------------------------------------
        Copy            Shift+Ctrl+C            "
        Paste           Shift+Ctrl+V            "
        CloseTab        Shift+Ctrl+W            "
        NextTab         Shift+PageDown          N/A
        PreviousTab     Shift+PageUp            N/A
        Zoom in         Shift+Ctrl+= (Ctrl++)   "
        Zoom out        Ctrl+-                  "
Comment 6 ivan 2010-05-08 05:49:07 UTC
*** Bug 182971 has been marked as a duplicate of this bug. ***
Comment 7 ivan 2010-05-08 06:44:05 UTC
*** Bug 41306 has been marked as a duplicate of this bug. ***
Comment 8 Vladimir Voskresensky 2010-05-09 02:54:18 UTC
Ctrl-l to "clear" is a behavior of bash, not terminal and it works fine when I have bash run in terminal window inside NetBeans (both locally and remotely)
Comment 9 Egor Ushakov 2012-05-22 16:05:26 UTC
Alt-e shortcut was removed long ago