Skip to content

Commit 8f8bc9e

Browse files
committed
Add command for rebinding left command for alt in README
1 parent 1fafe8e commit 8f8bc9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ This has been tested with OSX Mojave 10.14.6.
1515
# Improvements
1616

1717
Basics are here for my own usage but diacritics combinations (dead-keys mode overlappings) are probably missing. Any improvement is welcome. This file has been developped with Ukulele for a US ANSI keyboard.
18+
19+
# Bind right command key to alt
20+
```
21+
hidutil property --set '{"UserKeyMapping":
22+
[{"HIDKeyboardModifierMappingSrc":0x7000000e7,
23+
"HIDKeyboardModifierMappingDst":0x7000000e6}]}'
24+
```
25+

0 commit comments

Comments
 (0)