Code Monkey home page Code Monkey logo

Comments (6)

splace avatar splace commented on July 24, 2024

also ctrl-R for history searching, cant be used.

from nemo-extensions.

mnagel avatar mnagel commented on July 24, 2024

Can confirm. I had a glance at the source code but could not find the code handling the key combos. Some seem to work whereas some others (including CTRL+R) do not...

from nemo-extensions.

1bit avatar 1bit commented on July 24, 2024

Thanks to the developper to create this great extension!
I just want to say, as a Linux Mint fan, I'm also missing the use of CTRL+C to abort programs.
Go on with the good work 👍

from nemo-extensions.

mtwebster avatar mtwebster commented on July 24, 2024

I'm not sure how possible this would be to fix, if at all.

Ctrl-c works as long as nothing in the nemo view is selected - meaning, if Copy is greyed out in the context menu, ctrl-c works in the terminal.

The biggest issue is that nemo has no idea what nemo-terminal is or what it does. I could possibly fix a few specific shell shortcuts but checking focus in Nemo before deciding whether to let nemo handle an action (like copy) or allow it to pass through, in this case to the terminal. This would, unfortunately, enforce this behavior whether nemo-terminal is running or not. I'm loathe to program into Nemo a check to see if a specific extension is running or not. I'll see what we can do.

from nemo-extensions.

benedictjohannes avatar benedictjohannes commented on July 24, 2024

Checked with Nemo 4.0.6 in ArchLinux and nemo-terminal 4.0.0-2,
running command watch -n2 ls ~
Pressing Ctrl-C does stop the execution.
If focus shifted back to file manager, Ctrl-C does not intercept commands.
But focusing back on terminal and pressing Ctrl-C did stop the command.

from nemo-extensions.

alainpannetier avatar alainpannetier commented on July 24, 2024

BTW, regarding CTRL-R, (the reason why I came here), the kludge is to actually do a CTRL+SHIFT+R (reverse recall) which is not intercepted/masked by nemo. If your history is not too large (not like mine :-), it's more or less the same.

from nemo-extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.