Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "description": "Map Fn+1-5 to Ctrl+Shift+1-5 only in Vivaldi Browser",
- "enabled": true,
- "manipulators": [
- {
- "conditions": [
- {
- "bundle_identifiers": [
- "com.vivaldi.Vivaldi"
- ],
- "type": "frontmost_application_if"
- }
- ],
- "from": {
- "key_code": "1",
- "modifiers": {
- "mandatory": ["fn"]
- }
- },
- "to": [
- {
- "key_code": "1",
- "modifiers": ["left_control", "left_shift"]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "bundle_identifiers": [
- "com.vivaldi.Vivaldi"
- ],
- "type": "frontmost_application_if"
- }
- ],
- "from": {
- "key_code": "2",
- "modifiers": {
- "mandatory": ["fn"]
- }
- },
- "to": [
- {
- "key_code": "2",
- "modifiers": ["left_control", "left_shift"]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "bundle_identifiers": [
- "com.vivaldi.Vivaldi"
- ],
- "type": "frontmost_application_if"
- }
- ],
- "from": {
- "key_code": "3",
- "modifiers": {
- "mandatory": ["fn"]
- }
- },
- "to": [
- {
- "key_code": "3",
- "modifiers": ["left_control", "left_shift"]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "bundle_identifiers": [
- "com.vivaldi.Vivaldi"
- ],
- "type": "frontmost_application_if"
- }
- ],
- "from": {
- "key_code": "4",
- "modifiers": {
- "mandatory": ["fn"]
- }
- },
- "to": [
- {
- "key_code": "4",
- "modifiers": ["left_control", "left_shift"]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "bundle_identifiers": [
- "com.vivaldi.Vivaldi"
- ],
- "type": "frontmost_application_if"
- }
- ],
- "from": {
- "key_code": "5",
- "modifiers": {
- "mandatory": ["fn"]
- }
- },
- "to": [
- {
- "key_code": "5",
- "modifiers": ["left_control", "left_shift"]
- }
- ],
- "type": "basic"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment