Closed
Bug 265402
Opened 20 years ago
Closed 20 years ago
CTRL+K shortcut to search field not for deleting rest of line
Categories
(Firefox :: Keyboard Navigation, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 260572
People
(Reporter: osholm, Assigned: aaronlev)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10 The documentation specifies that CTRL+K under Linux should delete the rest of line as used in most applications. But in the newest version of Firefox this shortcut now opens the seach field, just as CTRL+J Reproducible: Always Steps to Reproduce: 1.CTRL-K 2. 3. Actual Results: cursor in search field Expected Results: deletion of line
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 260572 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 3•20 years ago
|
||
> The documentation specifies that CTRL+K under Linux should delete the rest
> of line as used in most applications.
Which documentation? (So I can try to get the documentation fixed.)
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•20 years ago
|
||
> Which documentation? (So I can try to get the documentation fixed.)
readline(3) man page, chapter "EDITING COMMANDS", section "Killing and Yanking".
bash(1) man page, chapter "READLINE", section "Killing and Yanking".
mc(1) man page, chapter "Keys", section "Input Line Keys".
emacs info manual, chapter "Basic Editing Commands", section "Erasing Text".
Note that since several CLI-based programs use readline(3), they will all use
the same basic editing commands.
You need to log in
before you can comment on or make changes to this bug.
Description
•