index
:
lite-xl
2.1-prep
Merged
PR/adjust-renwindow-docs
PR/clarify-stack-traces-for-require
PR/update-windows-server-image
PR/window-allocation
additional-userdir-envvar
animations-adjust
build/sdl3-force-falllback
console-based-lite-project
core/sdl-callback
cpath-changes
debug-font-rendering-clean
dependabot/github_actions/github-actions-c35c0c8c33
dmon-1
dmon-2.0.3
dmon-atomic-load-store
dmon-debug
dmon-integration
dmon-luajit-2.0.3
dmon-no-timeout-select
files-commands
fira-font
fix-2.0.1
fix-autoreload-large-files
fix-bug-removed-project
fix-configs-set-to-true
fix-dir-monitor-symlinks
fix-dmon-add-dir-asserts
fix-inotify-asserts
fix-inotify-problem
fix-invisible-node-click-intercept
fix-javascript-regexp-syntax
fix-network-volumes
fix-pgid-on-deatch
fix-remove-view-context
fix-treeview-dircache
fix-win32-process-arguments
font-jetbrainsmono
ime-text-editing
improve-lcd-weights
incremental-folder-scan
link-remove-unused-function
master
master-2.0
master-2.0.4
master-2.1
master-luajit-2.0
master-luajit21-2.0
mem-leak-debug
merge-master-2.0
notebook-view
path-ignore-files
platform-requires
popen-light
port-build-lhelper-2
project-based-2
project-based-3
project-based-4
project-based-4-wip-changes
release/v2.1.x
rencache-texture
repl
revert-853-process-api
scroll_size_update_once_2
simplifying-main
soft-line-wrap-2.0
start-file-in-place
testing-detect-indent-changes
treeview-fix
use-tabs-margin
use-tabs-margin-2.0
use-tabs-margin-luajit-2.0
using-luajit
using-luajit-2
using-luajit-2.0.3
using-luajit-3
vim-mode
voronianski-color-schemes
workspace-fixes
zlog-dmon-logging
A lightweight text editor written in Lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
core
/
keymap-macos.lua
Age
Commit message (
Expand
)
Author
2025-03-15
Project Rework (#1455)
Adam
2023-02-09
Make tab scrolling more flexible (#1384)
Guldoman
2022-12-28
Fix horizontal scroll with touchpad on MacOS
Guldoman
2022-11-01
Make MacOS `core:restart` shortcut more in line with other platforms
Guldoman
2022-11-01
Fix horizontal scroll with shift+scroll on MacOS
Guldoman
2022-10-15
Refactor scrollbar into its own file (#1124)
Guldoman
2021-12-15
Added in restart keymapping.
Adam Harrison
2021-11-14
Changed click prefixes to be numbers, as Takase suggested.
Adam Harrison
2021-11-14
Can't forget mac.
Adam Harrison
2021-11-14
Added in more broad strokes for clicking to match wheel. 's' is single, 'd' i...
Adam Harrison
2021-11-14
Keymap.
Adam Harrison
2021-11-14
Moved commands out to the outer event loop.
Adam Harrison
2021-11-14
Added in macos keys.
Adam Harrison
2021-09-09
Bring back command find-replace:select-next
Francesco Abbate
2021-08-30
Merge pull request #451 from Timofffee/fix-macos-keymap
Adam
2021-08-30
Fix macOS keymap
Timofffee
2021-08-28
Added in two new VSC-style multicursor shortcuts.
Adam Harrison
2021-08-06
Added in selection as well.
Adam Harrison
2021-08-06
Changed behaviour of home.
Adam Harrison
2021-06-27
Created an extra command, to implement appropriat cmd+w behaviour on mac.
Adam Harrison
2021-06-24
Changed over ctrl+w keybinding over to cmd+w, as per #311.
Adam Harrison
2021-06-18
Added in missing boolean.
Adam Harrison
2021-06-09
MacOS modifier key adjustment (replace `alt`) per #262 (#263)
Björn Buckwalter
2021-06-08
Use `ctrl` for next tab on macos
Björn Buckwalter
2021-04-21
Fix keymap binding on macos
v1.16.6
Francesco Abbate
2021-04-21
Make control to cmd translate on macos automatic
Francesco Abbate
2021-04-21
Add macos keybindings
Francesco Abbate