This content originally appeared on DEV Community and was authored by Brisbane Web Developer
Summary
Recently, I got a MacBook Pro and used Karabiner-Elements to customise the keyboard because I had been using X1E2 for a few years, and I had forgotten to use the command key-based operation.
About Karabiner-Elements Rule
I use another Simple modification to replace
Option
toCommand
with the Rule in this post.When you want to target a specific application to apply the keyboard manipulation, you need to figure out the value for
bundle_identifiers
called Bundle Identifier.You can find Bundle Identifier on the terminal as follows (
com.microsoft.VSCode
is it in this example):
grep -A 2 "Identifier" /Applications/Visual\ Studio\ Code.app/Contents/Info.plist
======
<key>CFBundleIdentifier</key>
<string>com.microsoft.VSCode</string>
The File
References
This content originally appeared on DEV Community and was authored by Brisbane Web Developer
Brisbane Web Developer | Sciencx (2022-04-23T01:48:10+00:00) CTRL key based operation with Karabiner-Elements. Retrieved from https://www.scien.cx/2022/04/23/ctrl-key-based-operation-with-karabiner-elements/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.