Skip to content
Snippets Groups Projects
  • David Fairbrother's avatar
    d3cb3bf1
    Re #28445 Create new tab names correctly on KDE · d3cb3bf1
    David Fairbrother authored
    Creates new tab names correctly on non-GNOME enrionvments for Ubuntu.
    KDE automatically binds keyboard shortcuts, which Qt represents with &x
    (where x is the shortcut). This breaks the name lookup as &New != New in
    "New Tab".
    
    We now strip out these characters when looking up the names fixing the
    names not incrementing correctly.
    d3cb3bf1
    History
    Re #28445 Create new tab names correctly on KDE
    David Fairbrother authored
    Creates new tab names correctly on non-GNOME enrionvments for Ubuntu.
    KDE automatically binds keyboard shortcuts, which Qt represents with &x
    (where x is the shortcut). This breaks the name lookup as &New != New in
    "New Tab".
    
    We now strip out these characters when looking up the names fixing the
    names not incrementing correctly.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.