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. [QtCreator] Fakevim change default leader key
Forum Updated to NodeBB v4.3 + New Features

[QtCreator] Fakevim change default leader key

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 336 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.
  • L Offline
    L Offline
    listenerri
    wrote on last edited by
    #1

    I found the following source code:

    static const QMap<QString, int> k = {
        // FIXME: Should be value of mapleader.
        {"LEADER", Key_Backslash},
    

    It seems that the leader key is hard-coded to Key_Backslash, is there a way to support custom leader key ?

    jsulmJ 1 Reply Last reply
    0
    • L listenerri

      I found the following source code:

      static const QMap<QString, int> k = {
          // FIXME: Should be value of mapleader.
          {"LEADER", Key_Backslash},
      

      It seems that the leader key is hard-coded to Key_Backslash, is there a way to support custom leader key ?

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

      @listenerri said in [QtCreator] Fakevim change default leader key:

      I found the following source code

      You mean in QtCreator source code.
      You should consider asking this question on Qt developers mailing list.

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

      1 Reply Last reply
      0

      • Login

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