LadybirdBrowser / ancient-history

The Ladybird web browser
BSD 2-Clause "Simplified" License
1.62k stars 107 forks source link

Tab: Make back/forward keyboard shortcuts platform-specific #64

Closed julen closed 1 year ago

julen commented 1 year ago

This commit changes how we set the back and forward button key bindings to use platform-specific standard key sequences.

For example, in Mac OS X, the back action will be now triggered via Cmd+← and Cmd+[, whereas previously the action was mapped to Alt+←, which is not standard in Mac OS X.