Re: [PATCH v2 2/2] ui/cocoa: add option to swap Option and Command

2022-03-06 Thread BALATON Zoltan
On Sun, 6 Mar 2022, Akihiko Odaki wrote: From: Gustavo Noronha Silva On Mac OS X the Option key maps to Alt and Command to Super/Meta. This change swaps them around so that Alt is the key closer to the space bar and Meta/Super is between Control and Alt, like on non-Mac keyboards. It is a coco

[PATCH v2 2/2] ui/cocoa: add option to swap Option and Command

2022-03-06 Thread Akihiko Odaki
From: Gustavo Noronha Silva On Mac OS X the Option key maps to Alt and Command to Super/Meta. This change swaps them around so that Alt is the key closer to the space bar and Meta/Super is between Control and Alt, like on non-Mac keyboards. It is a cocoa display option, disabled by default. Ack

Re: [PATCH v2 2/2] ui/cocoa: add option to swap Option and Command, enable by default

2021-05-04 Thread 'Gerd Hoffmann '
On Sat, May 01, 2021 at 07:47:10AM -0300, Gustavo Noronha Silva wrote: > Hey there, > > On Sat, May 1, 2021, at 6:39 AM, BALATON Zoltan wrote: > > > On Mac OS X the Option key maps to Alt and Command to Super/Meta. This > > > change > > > swaps them around so that Alt is the key closer to the spa

Re: [PATCH v2 2/2] ui/cocoa: add option to swap Option and Command, enable by default

2021-05-01 Thread Gustavo Noronha Silva
Hey there, On Sat, May 1, 2021, at 6:39 AM, BALATON Zoltan wrote: > > On Mac OS X the Option key maps to Alt and Command to Super/Meta. This > > change > > swaps them around so that Alt is the key closer to the space bar and > > Meta/Super > > is between Control and Alt, like on non-Mac keyboard

Re: [PATCH v2 2/2] ui/cocoa: add option to swap Option and Command, enable by default

2021-05-01 Thread BALATON Zoltan
On Fri, 30 Apr 2021, gust...@noronha.eti.br wrote: From: Gustavo Noronha Silva On Mac OS X the Option key maps to Alt and Command to Super/Meta. This change swaps them around so that Alt is the key closer to the space bar and Meta/Super is between Control and Alt, like on non-Mac keyboards. It

[PATCH v2 2/2] ui/cocoa: add option to swap Option and Command, enable by default

2021-04-30 Thread gustavo
From: Gustavo Noronha Silva On Mac OS X the Option key maps to Alt and Command to Super/Meta. This change swaps them around so that Alt is the key closer to the space bar and Meta/Super is between Control and Alt, like on non-Mac keyboards. It is a cocoa display option, enabled by default. Acke