mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
29 lines
442 B
Text
29 lines
442 B
Text
// ~/Library/Keybindings/DefaultKeyBinding.dict
|
|
{
|
|
"~a" = ();
|
|
"~b" = ();
|
|
"~c" = ();
|
|
"~d" = ();
|
|
"~e" = ();
|
|
"~f" = ();
|
|
"~g" = ();
|
|
"~h" = ();
|
|
"~i" = ();
|
|
"~j" = ();
|
|
"~k" = ();
|
|
"~l" = ();
|
|
"~m" = ();
|
|
"~n" = ();
|
|
"~o" = ();
|
|
"~p" = ();
|
|
"~q" = ();
|
|
"~r" = ();
|
|
"~s" = ();
|
|
"~t" = ();
|
|
"~u" = ();
|
|
"~v" = ();
|
|
"~w" = ();
|
|
"~x" = ();
|
|
"~y" = ();
|
|
"~z" = ();
|
|
}
|