Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {
  2. "title": "Microsoft Excel",
  3. "rules": [
  4. {
  5. "description": "Change key 'edit in cell'",
  6. "manipulators": [
  7. {
  8. "conditions": [
  9. {
  10. "bundle_identifiers": [
  11. "com\\.microsoft\\.Excel"
  12. ],
  13. "type": "frontmost_application_if"
  14. }
  15. ],
  16. "from": {
  17. "key_code": "f2"
  18. },
  19. "to": [
  20. {
  21. "key_code": "u",
  22. "modifiers": {
  23. "mandatory": "left_control"
  24. }
  25. }
  26. ],
  27. "type": "basic"
  28. }
  29. ]
  30. }
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement