diff --git a/src/fenrirscreenreader/core/outputManager.py b/src/fenrirscreenreader/core/outputManager.py index 7fb55c66..3066f2e1 100644 --- a/src/fenrirscreenreader/core/outputManager.py +++ b/src/fenrirscreenreader/core/outputManager.py @@ -133,16 +133,16 @@ class OutputManager: """ if not text: return text - + # Handle dots at the beginning of words (like .local, .bashrc, .config) # Look for non-word character (or start of string), dot, then word characters - text = re.sub(r'(?