[go: up one dir, main page]

Draft: changes ctrl , alt to command , option

am I doing right in modifiers.cpp ? like it correctly shows command for command key but it does't have the functionality of the ctrl key what should I do ?

trying to work on this issue inbox#10686

macOS users should be able to use the primary modifiers in the system ( command & option ) instead of (ctrl & alt) so I changed it in some tools to make sure it works well first , in gtk the meta key is marked as the command key in Mac so I added it since all key masks and functionalities only uses ctrl , alt , shift so I added the meta , too and made it only usable if the device is Mac

Screen_Recording_2025-04-24_at_9.35.21_AM

look for the status bar shows command instead of ctrl and has all same functionality , option instead of alt

Edited by Ft Omara

Merge request reports

Loading