Re: disabling F4 opening large files

2014-04-30 Thread Martin Vegter
I have tried following, but that does not have any effect: include/video Open=([ $(id -u) != 0 ] [ $DISPLAY ] mplayer %f /dev/null 21 ) View=%view{ascii} mediainfo %f Edit= When I click F4 on a video file, mc still tries to open in in my text editor. What am I

Re: disabling F4 opening large files

2014-04-30 Thread hohe72
Martin Vegter martin.veg...@aol.com wrote (Tue, 29 Apr 2014 20:39:41 +0200): #View (F3), Edit (F4) When I click F4 on a video file, mc still tries to open in in my text editor. What am I doing wrong? F3== View F4== Edit ENTER == Open include/video# does nothing

Re: disabling F4 opening large files

2014-04-30 Thread Martin Vegter
When I click F4 on a video file, mc still tries to open in in my text editor. What am I doing wrong? F3== View F4== Edit ENTER == Open include/video# does nothing ...Open=(mplayer %f /dev/null 21 ) # you might have to apply it to a file name pattern

Re: disabling F4 opening large files

2014-04-30 Thread Yury V. Zaytsev
On Wed, 2014-04-30 at 11:24 +0200, Martin Vegter wrote: Edit= Maybe you can try something like /bin/true instead of leaving it empty? -- Sincerely yours, Yury V. Zaytsev ___ mc mailing list https://mail.gnome.org/mailman/listinfo/mc

Re: disabling F4 opening large files

2014-04-30 Thread Martin Vegter
On 04/30/2014 11:56 AM, Yury V. Zaytsev wrote: On Wed, 2014-04-30 at 11:24 +0200, Martin Vegter wrote: Edit= Maybe you can try something like /bin/true instead of leaving it empty? Indeed, this works. Thanks a lot Edit=true Is there any similar way to disable executing

Re: disabling F4 opening large files

2014-04-30 Thread Yury V. Zaytsev
On Wed, 2014-04-30 at 14:03 +0200, Martin Vegter wrote: Is there any similar way to disable executing executable when Enter is pressed? Sadly, I don't think so, it seems to be hardcoded in panel.c, see: /* Check if the file is executable */ If you don't want to patch, then you can try

disabling F4 opening large files

2014-04-29 Thread Martin Vegter
Dear list, when I press F4, midnight opens selected file in my editor. This happens for all files, even for video, mp3, iso image,... This obviously makes no sense. Is there a way to disable F4 for specified files ? in mc.ext, I see only the binding for F3 and ENTER Open= View= Which brings me

Re: disabling F4 opening large files

2014-04-29 Thread wwp
Hello Martin, On Tue, 29 Apr 2014 16:01:51 +0200 Martin Vegter martin.veg...@aol.com wrote: Dear list, when I press F4, midnight opens selected file in my editor. This happens for all files, even for video, mp3, iso image,... This obviously makes no sense. Is there a way to disable F4 for

Re: disabling F4 opening large files

2014-04-29 Thread Martin Vegter
when I press F4, midnight opens selected file in my editor. This happens for all files, even for video, mp3, iso image,... This obviously makes no sense. Is there a way to disable F4 for specified files ? in mc.ext, I see only the binding for F3 and ENTER Open= View= Which brings me to my

Re: disabling F4 opening large files

2014-04-29 Thread michael kaiser
On 18:06 Tue 29 Apr , Martin Vegter wrote: when I press F4, midnight opens selected file in my editor. This happens for all files, even for video, mp3, iso image,... This obviously makes no sense. Is there a way to disable F4 for specified files ? in mc.ext, I see only the binding

Re: disabling F4 opening large files

2014-04-29 Thread Martin Vegter
I would prefer no action at all when pressing F4. I can define rules for: Open= View= but AFAIK, there is no option for Edit= or is there? I think there is. Read ./home/YOU/.config/mc/mc.ext: #Open (if the user presses Enter or doubleclicks it), # #View (F3), Edit (F4)

Re: disabling F4 opening large files

2014-04-29 Thread Theodore Kilgore
On Tue, 29 Apr 2014, Martin Vegter wrote: I would prefer no action at all when pressing F4. I can define rules for: Open= View= but AFAIK, there is no option for Edit= or is there? I think there is. Read ./home/YOU/.config/mc/mc.ext: #Open (if the user presses