Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic font resizing via ctrl-plus and ctrl-minus #2

Merged
merged 2 commits into from
May 24, 2021

Commits on Apr 14, 2021

  1. Update README.txt

    Added handling of control-plus and control-minus keypresses to increase and decrease font sizes in the consoles.
    KarlCHansen committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    b417974 View commit details
    Browse the repository at this point in the history
  2. Update tkcon.tcl

    Bump version to V2.7.10.  I was unable to find a "most-recent-minor-version", so I pushed to 2.7.10.
    
    Added handling of ctrl-plus and ctrl-minus for resizing console fonts, similar to the pattern used in most web-browsers.
    
    On Win10 platforms the menus are handled by the native system so changing font sizes is non-trivial without a significant rewrite of the TkCon code.
    KarlCHansen committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    0cb138b View commit details
    Browse the repository at this point in the history