Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to customize Qt Inner Terminal shortcuts
Forum Updated to NodeBB v4.3 + New Features

How to customize Qt Inner Terminal shortcuts

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
11 Posts 5 Posters 759 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JacobNovitsky
    wrote on last edited by JacobNovitsky
    #1

    All I could find -> here attached
    I basically need:
    Copy and Paste (have it now)
    find previous/find next
    Stop/Continue
    qt.png

    J 1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
    • J JacobNovitsky

      All I could find -> here attached
      I basically need:
      Copy and Paste (have it now)
      find previous/find next
      Stop/Continue
      qt.png

      J Offline
      J Offline
      JacobNovitsky
      wrote on last edited by JacobNovitsky
      #2

      @JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:

      All I could find -> here attached
      I basically need:
      Copy and Paste (have it now)
      find previous/find next
      Stop/Continue
      qt.png

      Ctrl+S works for pause
      Ctrl+Q works for continue
      standard gnome terminal commands
      but If I use shift control c
      or control c it interrupts program
      if I set copy to Control+N it copies to buffer

      Please advise what can be done

      JonBJ 1 Reply Last reply
      0
      • J JacobNovitsky

        @JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:

        All I could find -> here attached
        I basically need:
        Copy and Paste (have it now)
        find previous/find next
        Stop/Continue
        qt.png

        Ctrl+S works for pause
        Ctrl+Q works for continue
        standard gnome terminal commands
        but If I use shift control c
        or control c it interrupts program
        if I set copy to Control+N it copies to buffer

        Please advise what can be done

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:

        but If I use shift control c
        or control c it interrupts program

        Isn't this what it is supposed to happen from a terminal, doesn't it behave like that from xterm or gnome-terminal?

        If you want to ignore Ctrl+C from terminal don't you have to put code into your application to do so, just like you would have to if running in an external terminal?

        jsulmJ 1 Reply Last reply
        0
        • JonBJ JonB

          @JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:

          but If I use shift control c
          or control c it interrupts program

          Isn't this what it is supposed to happen from a terminal, doesn't it behave like that from xterm or gnome-terminal?

          If you want to ignore Ctrl+C from terminal don't you have to put code into your application to do so, just like you would have to if running in an external terminal?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @JonB Ctrl-Shift-c should copy selected text (which it does for me).

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          JonBJ 1 Reply Last reply
          1
          • jsulmJ jsulm

            @JonB Ctrl-Shift-c should copy selected text (which it does for me).

            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by
            #5

            @jsulm Apologies for the Shift case. But does Ctrl+C do a copy or an interrupt? When I use a Linux terminal I expect Ctrl+C to send an interupt to running program....

            jsulmJ 1 Reply Last reply
            0
            • JonBJ JonB

              @jsulm Apologies for the Shift case. But does Ctrl+C do a copy or an interrupt? When I use a Linux terminal I expect Ctrl+C to send an interupt to running program....

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @JonB said in How to customize Qt Inner Terminal shortcuts:

              But does Ctrl+C do a copy or an interrupt?

              Interrupt of course

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              J 1 Reply Last reply
              0
              • jsulmJ jsulm

                @JonB said in How to customize Qt Inner Terminal shortcuts:

                But does Ctrl+C do a copy or an interrupt?

                Interrupt of course

                J Offline
                J Offline
                JacobNovitsky
                wrote on last edited by
                #7

                now all seems fine, after I reset to defaults and set new bindings
                Now I need to be able to Select All with something like Ctrl+A or push shift + select with mouse from last line to first line to select the same...
                none is available
                this one is crucial

                jsulmJ 1 Reply Last reply
                0
                • J JacobNovitsky

                  now all seems fine, after I reset to defaults and set new bindings
                  Now I need to be able to Select All with something like Ctrl+A or push shift + select with mouse from last line to first line to select the same...
                  none is available
                  this one is crucial

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:

                  Ctrl+A

                  Ctrl-Shift-a

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  aha_1980A 1 Reply Last reply
                  0
                  • jsulmJ jsulm

                    @JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:

                    Ctrl+A

                    Ctrl-Shift-a

                    aha_1980A Offline
                    aha_1980A Offline
                    aha_1980
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @jsulm @JacobNovitsky Select all is availabe starting with Creator 13: QTCREATORBUG-29922

                    Regards

                    Qt has to stay free or it will die.

                    J 1 Reply Last reply
                    1
                    • aha_1980A aha_1980

                      @jsulm @JacobNovitsky Select all is availabe starting with Creator 13: QTCREATORBUG-29922

                      Regards

                      J Offline
                      J Offline
                      JacobNovitsky
                      wrote on last edited by
                      #10

                      @aha_1980
                      https://download.qt.io/official_releases/qtcreator/
                      Does it mean I should wait for next Qt Creator?
                      When it expected to be released?

                      Christian EhrlicherC 1 Reply Last reply
                      0
                      • J JacobNovitsky

                        @aha_1980
                        https://download.qt.io/official_releases/qtcreator/
                        Does it mean I should wait for next Qt Creator?
                        When it expected to be released?

                        Christian EhrlicherC Online
                        Christian EhrlicherC Online
                        Christian Ehrlicher
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        @JacobNovitsky said in How to customize Qt Inner Terminal shortcuts:

                        When it expected to be released?

                        https://wiki.qt.io/Qt_Creator_Releases

                        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                        Visit the Qt Academy at https://academy.qt.io/catalog

                        1 Reply Last reply
                        2

                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved