How to type star (*) into command line in Far Manager?
I'm typing into command line in Far Manager and need *
character there. But when I press * key Far Manager executes associated command which is "select all" in active panel.
For example, I'm creating backups like this:
copy C:*.txt C:*.bak
windows far-manager
add a comment |
I'm typing into command line in Far Manager and need *
character there. But when I press * key Far Manager executes associated command which is "select all" in active panel.
For example, I'm creating backups like this:
copy C:*.txt C:*.bak
windows far-manager
Are you on a laptop?
– JaredT
Aug 23 '16 at 12:53
Nope, standard PC and keyboard.
– Andrew
Aug 23 '16 at 14:33
add a comment |
I'm typing into command line in Far Manager and need *
character there. But when I press * key Far Manager executes associated command which is "select all" in active panel.
For example, I'm creating backups like this:
copy C:*.txt C:*.bak
windows far-manager
I'm typing into command line in Far Manager and need *
character there. But when I press * key Far Manager executes associated command which is "select all" in active panel.
For example, I'm creating backups like this:
copy C:*.txt C:*.bak
windows far-manager
windows far-manager
edited Aug 25 '16 at 10:14
Dmitry Grigoryev
5,83612057
5,83612057
asked Aug 23 '16 at 12:14
Andrew
495
495
Are you on a laptop?
– JaredT
Aug 23 '16 at 12:53
Nope, standard PC and keyboard.
– Andrew
Aug 23 '16 at 14:33
add a comment |
Are you on a laptop?
– JaredT
Aug 23 '16 at 12:53
Nope, standard PC and keyboard.
– Andrew
Aug 23 '16 at 14:33
Are you on a laptop?
– JaredT
Aug 23 '16 at 12:53
Are you on a laptop?
– JaredT
Aug 23 '16 at 12:53
Nope, standard PC and keyboard.
– Andrew
Aug 23 '16 at 14:33
Nope, standard PC and keyboard.
– Andrew
Aug 23 '16 at 14:33
add a comment |
4 Answers
4
active
oldest
votes
Press Ctrl+O to toggle panels (hide in your case) and type whatever you want in command-line.
1
This doesn't appear to be answering the OP's question.
– Burgi
Sep 27 '16 at 15:36
@Burgi Try yourself and you'll see that my solution works
– Denis Maslov
Oct 5 '16 at 13:28
add a comment |
LAlt + 42
This shortcut is for *
character in Windows environment. It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and types *
into command line as wanted.
1
This doesn't appear to have anything to do with the question. If it does, you need to explain better.
– CharlieRB
Aug 23 '16 at 18:49
This shortcut is for star (*) character in Windows environment (http://www.webnots.com/alt-key-windows-shortcuts/). It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and type * into command line as wanted.
– Andrew
Aug 24 '16 at 8:23
2
@Andrew Please don't add extra information in the comments. Edit your answer and add it there (comments are not permanent and can be deleted at any time).
– DavidPostill♦
Aug 24 '16 at 11:35
add a comment |
The *
character can also be typed by keys in the alphanumeric part of most keyboard layouts, in which case it is not treated as a command either.
For instance, in the US layout it can be found on the 8 key, meaning you can type it as Shift+8 – an even shorter cut, if you ask me.
1
True but I do not use US layout and*
is not located there. I found shortcut for my layoutRAlt + /
but did not mention it as shortcut above is layout-universal (at least for Windows) thus better solution in my opinion.
– Andrew
Sep 16 '16 at 12:44
add a comment |
You need a macro.
Here is ready-to-use one: AddonsMacrosPanel.Numpad.lua
Purpose:
- if command line if empty it * acts as 'select all'
- if command line is not empty * enters
*
symbol
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1116696%2fhow-to-type-star-into-command-line-in-far-manager%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Press Ctrl+O to toggle panels (hide in your case) and type whatever you want in command-line.
1
This doesn't appear to be answering the OP's question.
– Burgi
Sep 27 '16 at 15:36
@Burgi Try yourself and you'll see that my solution works
– Denis Maslov
Oct 5 '16 at 13:28
add a comment |
Press Ctrl+O to toggle panels (hide in your case) and type whatever you want in command-line.
1
This doesn't appear to be answering the OP's question.
– Burgi
Sep 27 '16 at 15:36
@Burgi Try yourself and you'll see that my solution works
– Denis Maslov
Oct 5 '16 at 13:28
add a comment |
Press Ctrl+O to toggle panels (hide in your case) and type whatever you want in command-line.
Press Ctrl+O to toggle panels (hide in your case) and type whatever you want in command-line.
answered Sep 27 '16 at 12:50
Denis Maslov
1514
1514
1
This doesn't appear to be answering the OP's question.
– Burgi
Sep 27 '16 at 15:36
@Burgi Try yourself and you'll see that my solution works
– Denis Maslov
Oct 5 '16 at 13:28
add a comment |
1
This doesn't appear to be answering the OP's question.
– Burgi
Sep 27 '16 at 15:36
@Burgi Try yourself and you'll see that my solution works
– Denis Maslov
Oct 5 '16 at 13:28
1
1
This doesn't appear to be answering the OP's question.
– Burgi
Sep 27 '16 at 15:36
This doesn't appear to be answering the OP's question.
– Burgi
Sep 27 '16 at 15:36
@Burgi Try yourself and you'll see that my solution works
– Denis Maslov
Oct 5 '16 at 13:28
@Burgi Try yourself and you'll see that my solution works
– Denis Maslov
Oct 5 '16 at 13:28
add a comment |
LAlt + 42
This shortcut is for *
character in Windows environment. It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and types *
into command line as wanted.
1
This doesn't appear to have anything to do with the question. If it does, you need to explain better.
– CharlieRB
Aug 23 '16 at 18:49
This shortcut is for star (*) character in Windows environment (http://www.webnots.com/alt-key-windows-shortcuts/). It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and type * into command line as wanted.
– Andrew
Aug 24 '16 at 8:23
2
@Andrew Please don't add extra information in the comments. Edit your answer and add it there (comments are not permanent and can be deleted at any time).
– DavidPostill♦
Aug 24 '16 at 11:35
add a comment |
LAlt + 42
This shortcut is for *
character in Windows environment. It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and types *
into command line as wanted.
1
This doesn't appear to have anything to do with the question. If it does, you need to explain better.
– CharlieRB
Aug 23 '16 at 18:49
This shortcut is for star (*) character in Windows environment (http://www.webnots.com/alt-key-windows-shortcuts/). It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and type * into command line as wanted.
– Andrew
Aug 24 '16 at 8:23
2
@Andrew Please don't add extra information in the comments. Edit your answer and add it there (comments are not permanent and can be deleted at any time).
– DavidPostill♦
Aug 24 '16 at 11:35
add a comment |
LAlt + 42
This shortcut is for *
character in Windows environment. It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and types *
into command line as wanted.
LAlt + 42
This shortcut is for *
character in Windows environment. It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and types *
into command line as wanted.
edited Aug 25 '16 at 10:17
Dmitry Grigoryev
5,83612057
5,83612057
answered Aug 23 '16 at 17:48
Andrew
495
495
1
This doesn't appear to have anything to do with the question. If it does, you need to explain better.
– CharlieRB
Aug 23 '16 at 18:49
This shortcut is for star (*) character in Windows environment (http://www.webnots.com/alt-key-windows-shortcuts/). It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and type * into command line as wanted.
– Andrew
Aug 24 '16 at 8:23
2
@Andrew Please don't add extra information in the comments. Edit your answer and add it there (comments are not permanent and can be deleted at any time).
– DavidPostill♦
Aug 24 '16 at 11:35
add a comment |
1
This doesn't appear to have anything to do with the question. If it does, you need to explain better.
– CharlieRB
Aug 23 '16 at 18:49
This shortcut is for star (*) character in Windows environment (http://www.webnots.com/alt-key-windows-shortcuts/). It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and type * into command line as wanted.
– Andrew
Aug 24 '16 at 8:23
2
@Andrew Please don't add extra information in the comments. Edit your answer and add it there (comments are not permanent and can be deleted at any time).
– DavidPostill♦
Aug 24 '16 at 11:35
1
1
This doesn't appear to have anything to do with the question. If it does, you need to explain better.
– CharlieRB
Aug 23 '16 at 18:49
This doesn't appear to have anything to do with the question. If it does, you need to explain better.
– CharlieRB
Aug 23 '16 at 18:49
This shortcut is for star (*) character in Windows environment (http://www.webnots.com/alt-key-windows-shortcuts/). It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and type * into command line as wanted.
– Andrew
Aug 24 '16 at 8:23
This shortcut is for star (*) character in Windows environment (http://www.webnots.com/alt-key-windows-shortcuts/). It differs from pressing actual key on numeric keyboard because OS does not interpret it as key press I guess. Thus Far Manager does not take it as command and type * into command line as wanted.
– Andrew
Aug 24 '16 at 8:23
2
2
@Andrew Please don't add extra information in the comments. Edit your answer and add it there (comments are not permanent and can be deleted at any time).
– DavidPostill♦
Aug 24 '16 at 11:35
@Andrew Please don't add extra information in the comments. Edit your answer and add it there (comments are not permanent and can be deleted at any time).
– DavidPostill♦
Aug 24 '16 at 11:35
add a comment |
The *
character can also be typed by keys in the alphanumeric part of most keyboard layouts, in which case it is not treated as a command either.
For instance, in the US layout it can be found on the 8 key, meaning you can type it as Shift+8 – an even shorter cut, if you ask me.
1
True but I do not use US layout and*
is not located there. I found shortcut for my layoutRAlt + /
but did not mention it as shortcut above is layout-universal (at least for Windows) thus better solution in my opinion.
– Andrew
Sep 16 '16 at 12:44
add a comment |
The *
character can also be typed by keys in the alphanumeric part of most keyboard layouts, in which case it is not treated as a command either.
For instance, in the US layout it can be found on the 8 key, meaning you can type it as Shift+8 – an even shorter cut, if you ask me.
1
True but I do not use US layout and*
is not located there. I found shortcut for my layoutRAlt + /
but did not mention it as shortcut above is layout-universal (at least for Windows) thus better solution in my opinion.
– Andrew
Sep 16 '16 at 12:44
add a comment |
The *
character can also be typed by keys in the alphanumeric part of most keyboard layouts, in which case it is not treated as a command either.
For instance, in the US layout it can be found on the 8 key, meaning you can type it as Shift+8 – an even shorter cut, if you ask me.
The *
character can also be typed by keys in the alphanumeric part of most keyboard layouts, in which case it is not treated as a command either.
For instance, in the US layout it can be found on the 8 key, meaning you can type it as Shift+8 – an even shorter cut, if you ask me.
answered Sep 15 '16 at 11:02
Andriy M
230310
230310
1
True but I do not use US layout and*
is not located there. I found shortcut for my layoutRAlt + /
but did not mention it as shortcut above is layout-universal (at least for Windows) thus better solution in my opinion.
– Andrew
Sep 16 '16 at 12:44
add a comment |
1
True but I do not use US layout and*
is not located there. I found shortcut for my layoutRAlt + /
but did not mention it as shortcut above is layout-universal (at least for Windows) thus better solution in my opinion.
– Andrew
Sep 16 '16 at 12:44
1
1
True but I do not use US layout and
*
is not located there. I found shortcut for my layout RAlt + /
but did not mention it as shortcut above is layout-universal (at least for Windows) thus better solution in my opinion.– Andrew
Sep 16 '16 at 12:44
True but I do not use US layout and
*
is not located there. I found shortcut for my layout RAlt + /
but did not mention it as shortcut above is layout-universal (at least for Windows) thus better solution in my opinion.– Andrew
Sep 16 '16 at 12:44
add a comment |
You need a macro.
Here is ready-to-use one: AddonsMacrosPanel.Numpad.lua
Purpose:
- if command line if empty it * acts as 'select all'
- if command line is not empty * enters
*
symbol
add a comment |
You need a macro.
Here is ready-to-use one: AddonsMacrosPanel.Numpad.lua
Purpose:
- if command line if empty it * acts as 'select all'
- if command line is not empty * enters
*
symbol
add a comment |
You need a macro.
Here is ready-to-use one: AddonsMacrosPanel.Numpad.lua
Purpose:
- if command line if empty it * acts as 'select all'
- if command line is not empty * enters
*
symbol
You need a macro.
Here is ready-to-use one: AddonsMacrosPanel.Numpad.lua
Purpose:
- if command line if empty it * acts as 'select all'
- if command line is not empty * enters
*
symbol
answered Dec 12 '18 at 8:54
johndoe
1264
1264
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1116696%2fhow-to-type-star-into-command-line-in-far-manager%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you on a laptop?
– JaredT
Aug 23 '16 at 12:53
Nope, standard PC and keyboard.
– Andrew
Aug 23 '16 at 14:33