Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 1
    I used to have print={SHIFT}{F7} and printall={F7} there. I've just removed both (as I NEVER print), but it didn't help. Printing still pops up on F7 :-(
    – Ivan
    Commented Apr 2, 2011 at 7:15
  • 1
    I've replaced F7 with F12 then and this has solved the problem practically (so, I accept the answer as correct), but I'd prefer to remove this at all if possible.
    – Ivan
    Commented Apr 2, 2011 at 7:19
  • 11
    I gave a few things a shot, and found that creating kitty.ini, in the location of kitty.exe, with the text: [KiTTY] shortcuts=no ...will also disable F7's action of printing.
    – stylez
    Commented Apr 2, 2011 at 12:56
  • 4
    If you're looking for kitty.ini on Windows, I found mine in `C:\Users\...\AppData\Roaming\KiTTY`.
    – pattivacek
    Commented May 8, 2014 at 17:10
  • 1
    To disable a shortcut I assign an empty value to it, printall=.
    – mortalis
    Commented Feb 15, 2021 at 11:00