blob: 78093966674bd9e265322e54321f3679ffc46b6e [file] [log] [blame]
{
"closeTab": [
{
"char": "w",
"chord": "Control + w",
"description": "Close the current tab",
"modifier": "control"
}
],
"focusField": [
{
"char": "l",
"chord": "Control + l",
"description": "Place the focus on the Address Bar",
"modifier": "control",
"trigger": "pressAndRelease"
}
],
"goBack": [
{
"char": "left",
"chord": "Alt + <-",
"description": "Open the previous page from your browsing history in the current tab",
"modifier": "alt"
}
],
"goForward": [
{
"char": "right",
"chord": "Alt + ->",
"description": "Open the next page from your browsing history in the current tab",
"modifier": "alt"
}
],
"newTab": [
{
"char": "t",
"chord": "Control + t",
"description": "Open a new tab",
"modifier": "control"
}
],
"nextTab": [
{
"char": "tab",
"chord": "Control + tab",
"description": "Jump to the next open tab",
"modifier": "control"
}
],
"previousTab": [
{
"char": "tab",
"chord": "Control + Shift + tab",
"description": "Jump to the previous open tab",
"modifier": "control + shift"
}
],
"refresh": [
{
"char": "r",
"chord": "Control + r",
"description": "Reload the current page",
"modifier": "control"
}
]
}