Written By OFFLIGHT - Jean
Last updated About 1 month ago
Mac vs. Windows Keyboard Shortcut Guide
Shortcuts in OFFLIGHT are written based on Mac keyboard layout.
If you're using Windows, please refer to the table below for the equivalent keys:
Mac Key | Windows Key |
Command (β) | Control (Ctrl) |
Option (β₯) | Alt |
Control (^) | Fn or often optional* |
π‘ *The Mac Control key is used in specific cases and can often be ignored on Windows.
General
Binding(symbol) | Binding(text) | Action |
β + ,(comma) | CMD + ,(comma) | Open settings page |
β§ + / | SHIFT + /(=?) | Open keyboard shortcuts |
β + Z | CMD + Z | Un do |
β + Q | CMD + Q | Quit app (Desktop only π») |
β + W | CMD + W | Close app window (Desktop only π») |
β + K | CMD + K | Open command bar |
β + β§ + β΅ | CMD + SHIFT + SPACE | Open Global command bar (Desktop only π») |
β + β§ + O | CMD + SHIFT + O | Open OFFLIGHT App (Desktop only π») |
π‘You can customize the shortcut keys in Settings.
Navigation
Binding(symbol) | Binding(text) | Action |
β/β or K/J | β/β or K/J | Select previous/next task |
β/β | β/β | Select task in previous/next lane |
β§ + A | SHIFT + A | Toggle backlog lane |
β§ + S | SHIFT + S | Toggle timeline lane |
β§ + D | SHIFT + D | Toggle calendar lane |
= | = | Navigate to next time period |
- | - | Navigate to previous time period |
] | ] | Move 1 day forward |
[ | [ | Move 1 day backward |
0 | 0 | Navigate to today |
1-7 | 1-7 | Change calendar view (1 = 1day view, 2= 2days view) |
D or 1 | D or 1 | Daily view |
Tab, β§ + Tab | Tab, SHIFT + D | Change view (Timeline β Pending β Done) |
Object
Task list item
Binding(symbol) | Binding(text) | Action |
β΅ | ENTER | Open task popover(detail) |
N | N | Create new task in active lane(or list) |
β§ + β | SHIFT + β | backlog: Move task to To do |
β§ + β | SHIFT + β | To do: Move task to Backlog |
β§ + β | SHIFT + β | Move task up by one |
β§ + β | SHIFT + β | Move down up by one |
β« or β‘ | BACKSPACE or DEL | Delete task |
E | E | Done task |
O | O | Open link for the task |
F | F | Start time tracking of the selected task |
β΅ | Space | Start/pause time tracking for the current task |
β§ + F | SHIFT+ F | Move/Remove from fast track |
L | L | Link task to list |
S | S | Change task status |
P | P | Change task priority |
A | A | Change task schedule after |
D | D | Change task Due date |
T | T | Change task left time |
β§ + T | SHIFT+ T | Change task time frame |
Task popover
Binding(symbol) | Binding(text) | Action |
β΅ | ENTER | Select value, line break on note |
β + Enter | CMD + Enter | Save and close popover |
ESC | ESC | Escape (also save datas) |
β« or β‘ | BACKSPACE or DEL | Delete task |
E | E | Done task |
O | O | Open link for the task |
F | F | Start time tracking of the selected task |
β΅ | Space | Start/pause time tracking for the current task |
β§ + F | SHIFT+ F | Move/Remove from fast track |
L | L | Link task to list |
S | S | Change task status |
P | P | Change task priority |
A | A | Change task schedule after |
D | D | Change task Due date |
T | T | Change task Total time |
β§ + T | SHIFT+ T | Change task time frame |
Calendar
Binding(symbol) | Binding(text) | Action |
C | C | Create calendar event (at current time) |
β + Enter | CMD + Enter | Update/Invite event with email |
β + β§ + Enter | CMD + SHIFT + Enter | Update/Invite event without email |
ESC | ESC | Close event popover |
DEL or BACKSPACE | DEL or BACKSPACE | Delete event |
β + J | CMD + J | Join online meeting |
β + C | CMD + C | Copy online meeting link |
Markdown
In task note, you can format text through Markdown shortcuts:
Text Formatting
Bold: Use
text*
or select the text and pressCMD
+B
.Italic: Use
text
or select the text and pressCMD
+I
.Underline: Use
__text__
(two underscores) or select the text and pressCMD
+U
.
Bulleted list: Start with
*
or-
Β followed by aβ΅
(SPACE
).Ordered list: Start with
1.
,2.
,3.
, etc., followed by aβ΅
.Section heading: Start with
#
,##
,###
followed by aβ΅
.Task (Checkbox): Start with
[]
followed by aβ΅
.