mirror of
https://github.com/yusufipk/dikte.git
synced 2026-09-11 10:56:10 +00:00
Ship full-resolution WebP screenshots, drop em dashes everywhere
The screenshots were downscaled to 430 px wide, which made the UI text blurry. Restore them at native 1292 px as lossless WebP, which is also half the size of the original PNGs (72 KB against 155 KB for the largest). Rewrite every em dash in prose, comments, docstrings and interface strings as ordinary punctuation.
This commit is contained in:
@@ -63,7 +63,7 @@ def parse_shortcut(text):
|
||||
class EvdevHotkey(QObject):
|
||||
"""Catches a global shortcut by reading /dev/input directly.
|
||||
|
||||
It does not swallow the key — the focused application sees the combination
|
||||
It does not swallow the key; the focused application sees the combination
|
||||
too. This is the fallback that works before the KDE shortcut goes live.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user