srikat

Untitled

Jan 6th, 2026 (edited)
3,293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. {
  2. "description": "Map Fn+1-5 to Ctrl+Shift+1-5 only in Vivaldi Browser",
  3. "enabled": true,
  4. "manipulators": [
  5. {
  6. "conditions": [
  7. {
  8. "bundle_identifiers": [
  9. "com.vivaldi.Vivaldi"
  10. ],
  11. "type": "frontmost_application_if"
  12. }
  13. ],
  14. "from": {
  15. "key_code": "1",
  16. "modifiers": {
  17. "mandatory": ["fn"]
  18. }
  19. },
  20. "to": [
  21. {
  22. "key_code": "1",
  23. "modifiers": ["left_control", "left_shift"]
  24. }
  25. ],
  26. "type": "basic"
  27. },
  28. {
  29. "conditions": [
  30. {
  31. "bundle_identifiers": [
  32. "com.vivaldi.Vivaldi"
  33. ],
  34. "type": "frontmost_application_if"
  35. }
  36. ],
  37. "from": {
  38. "key_code": "2",
  39. "modifiers": {
  40. "mandatory": ["fn"]
  41. }
  42. },
  43. "to": [
  44. {
  45. "key_code": "2",
  46. "modifiers": ["left_control", "left_shift"]
  47. }
  48. ],
  49. "type": "basic"
  50. },
  51. {
  52. "conditions": [
  53. {
  54. "bundle_identifiers": [
  55. "com.vivaldi.Vivaldi"
  56. ],
  57. "type": "frontmost_application_if"
  58. }
  59. ],
  60. "from": {
  61. "key_code": "3",
  62. "modifiers": {
  63. "mandatory": ["fn"]
  64. }
  65. },
  66. "to": [
  67. {
  68. "key_code": "3",
  69. "modifiers": ["left_control", "left_shift"]
  70. }
  71. ],
  72. "type": "basic"
  73. },
  74. {
  75. "conditions": [
  76. {
  77. "bundle_identifiers": [
  78. "com.vivaldi.Vivaldi"
  79. ],
  80. "type": "frontmost_application_if"
  81. }
  82. ],
  83. "from": {
  84. "key_code": "4",
  85. "modifiers": {
  86. "mandatory": ["fn"]
  87. }
  88. },
  89. "to": [
  90. {
  91. "key_code": "4",
  92. "modifiers": ["left_control", "left_shift"]
  93. }
  94. ],
  95. "type": "basic"
  96. },
  97. {
  98. "conditions": [
  99. {
  100. "bundle_identifiers": [
  101. "com.vivaldi.Vivaldi"
  102. ],
  103. "type": "frontmost_application_if"
  104. }
  105. ],
  106. "from": {
  107. "key_code": "5",
  108. "modifiers": {
  109. "mandatory": ["fn"]
  110. }
  111. },
  112. "to": [
  113. {
  114. "key_code": "5",
  115. "modifiers": ["left_control", "left_shift"]
  116. }
  117. ],
  118. "type": "basic"
  119. }
  120. ]
  121. }
Advertisement
Add Comment
Please, Sign In to add comment