I decided to use hotkeys ALT+RIGHT, LEFT, UP, DOWN for macOS native window snapping.
I set ALT+UP to hotkey Fn+Control+F that works fine.
But when I'm trying to set Fn+Control+Right but instead it sets Control+↘
My language is Ukrainian. Test app is ChatGPT official one. FN+Ctrl+arrows does work, menus does work, both as native macOS resizing. But BetterTouchTool not resizing as native
(or if you have Xcode installed, try to create a copy of that file and rename it to plist, then open it to see whether your language is included there)
it seems like it is not included in your file either, unfortunately I currently don't know from where the system is loading the Ukrainian translations then :-/
Maybe I can provide a way to provide the translations manually for now.
ah wait, I was looking for the wrong language code. It seems macOS uses "uk" for Ukrainian I thought the standard language code was something else.
Could you check whether these are what you are seeing?
@"uk": @{
@"Bottom": @"Внизу",
@"Bottom & Top": @"Внизу і згори",
@"Bottom Left": @"Внизу зліва",
@"Bottom Right": @"Внизу справа",
@"Center": @"По центру",
@"Fill": @"Заповнення",
@"Full Screen Tile": @"Розмістити на весь екран",
@"Left": @"Зліва",
@"Left & Right": @"Зліва і справа",
@"Left of Screen": @"Ліва частина екрана",
@"Move & Resize": @"Перемістити та змінити розмір",
@"Return to Previous Size": @"Повернути до попереднього розміру",
@"Right": @"Справа",
@"Right & Left": @"Справа і зліва",
@"Right of Screen": @"Права частина екрана",
@"Top": @"Вгорі",
@"Top & Bottom": @"Вгорі та внизу",
@"Top Left": @"Вгорі зліва",
@"Top Right": @"Вгорі справа",
@"Window": @"Вікно",
@"Zoom": @"Масштабувати"
},
and for example with Finder windows, BetterTouchTool does resize smooth, just like macOS native hotkeys do. Looks like a very few apps are resized smooth that way