- Global keycode-based handler for Ctrl shortcuts (works with Russian, Chinese, any layout) - Tkinter maps <<Paste>> to <Control-v> by keysym which fails on non-Latin layouts - New handler intercepts <Control-Key> at 'all' level, checks keycodes and generates correct virtual events - Added Undo/Redo support for Entry widgets (tk.Entry has no built-in undo) - Tab switch focus management: terminal releases focus when switching away Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
177 B
Python
7 lines
177 B
Python
"""Version info for ServerManager."""
|
|
|
|
__version__ = "1.8.23"
|
|
__app_name__ = "ServerManager"
|
|
__author__ = "aibot777"
|
|
__description__ = "Desktop GUI for managing remote servers"
|