You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

terminal-disable.json 1.8 KiB

4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "title": "ターミナル設定 https://qiita.com/ottijp/items/392783cef49d3eafca14",
  3. "rules": [
  4. {
  5. "description": "かなの無効化",
  6. "manipulators": [
  7. {
  8. "type": "basic",
  9. "from": {
  10. "key_code": "lang1",
  11. "modifiers": {
  12. "mandatory": [],
  13. "optional": []
  14. }
  15. },
  16. "conditions": [
  17. {
  18. "type": "frontmost_application_if",
  19. "bundle_identifiers": [
  20. "^com\\.apple\\.Terminal$"
  21. ]
  22. }
  23. ]
  24. }
  25. ]
  26. },
  27. {
  28. "description": "英数の迂回",
  29. "manipulators": [
  30. {
  31. "type": "basic",
  32. "from": {
  33. "key_code": "lang2",
  34. "modifiers": {
  35. "mandatory": [],
  36. "optional": []
  37. }
  38. },
  39. "to": [
  40. {
  41. "key_code": "c",
  42. "modifiers": [
  43. "left_control"
  44. ]
  45. }
  46. ],
  47. "conditions": [
  48. {
  49. "type": "frontmost_application_if",
  50. "bundle_identifiers": [
  51. "^com\\.apple\\.Terminal$"
  52. ]~~
  53. }
  54. ]
  55. }
  56. ]
  57. }
  58. ]
  59. }