pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.6k stars 519 forks source link

Keybindings for font scaling #1132

Closed jaykyburz closed 2 years ago

jaykyburz commented 2 years ago

A tiny issue I just noticed.

The keybindings for scaling the font are control - and control + but in many popular apps, including browsers and other text editors they are bound to control - and control = so that you don't have to hold the shift key.

Sorry if its too minor an issue.

pkulchenko commented 2 years ago

@jaykyburz, Ctrl-+ works for me on Windows; does it not work for you? If not, what OS are you on?

jaykyburz commented 2 years ago

On on KDE. But to be clear. Ctrl - and Control + work. But every other app I can find is the short cut is control - and control = (so that you don't have to hold shift to get the +)

jjvbsag commented 2 years ago

I believe, this also is locale- and system- specific. For me (linux, german keyboard, where '+' and '-' needs no shift), [Ctrl]+[+] and [Ctrl]+[-] is working perfect in ALL applications, I use including Firefox, Thunderbird, Terminal, Thunar, Scite (only numeric keypad), Krita, ZBS and many more. Jm2c

jaykyburz commented 2 years ago

Thought I had better close out this issue to clean up some of the clutter.

pkulchenko commented 2 years ago

Sounds good; thanks @jaykyburz!