index
:
pragtical
SDL2
master
The practical and pragmatic code editor.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
core
/
keymap.lua
Age
Commit message (
Expand
)
Author
2021-09-20
Removed extra macros, used PLATFORM. Also removed MACOS, as it's redundant C ...
Adam Harrison
2021-09-09
Bring back command find-replace:select-next
Francesco Abbate
2021-08-28
Added in two new VSC-style multicursor shortcuts.
Adam Harrison
2021-08-18
Add unix-like behaviour on macOS
harens
2021-08-06
Added in selection as well.
Adam Harrison
2021-08-06
Changed behaviour of home.
Adam Harrison
2021-07-20
Merged dev to master.
Adam Harrison
2021-07-15
Updated keys as well.
Adam Harrison
2021-06-20
Added in tooltips, the ability to swap between different find modes with a ke...
Adam Harrison
2021-06-18
Added in missing boolean.
Adam Harrison
2021-04-21
Fix keymap binding on macos
Francesco Abbate
2021-04-21
Make control to cmd translate on macos automatic
Francesco Abbate
2021-04-21
Add macos keybindings
Francesco Abbate
2021-04-04
NagView improvements (#136)
Takase
2021-01-06
Add keymap bindings for ctrl/shift insert commands
Francesco Abbate
2020-12-10
Automatically reload style when saving the project user module
Francesco Abbate
2020-12-08
Move project manager into core init file
Francesco Abbate
2020-06-02
Fixes keypad enter issue (#131)
Victor Gridnevsky
2020-05-30
Renamed core:command/file-finder => core:find-command/file
rxi
2020-05-28
Changed block movement to mimic word movement
rxi
2020-05-28
Improved behaviour of and renamed `translate.next|previous_word_boundary`
rxi
2020-05-06
Added open-[project|user]-module commands, renamed command/file finder commands
rxi
2020-05-03
Added mapping for `shift+delete` to keymap
rxi
2020-05-03
Added mappings for `ctrl+delete` and `ctrl+shift+delete` to keymap
rxi
2020-05-01
Added command `doc:select-none`, added binding to `escape`
rxi
2020-05-01
Added find-replace:select-next, bound to ctrl+d by default
rxi
2020-03-25
Added system.set_fullscreen() and core:toggle-fullscreen command
rxi
2019-12-29
Made keymap treat `right alt` as `altgr` modkey
rxi
2019-12-29
Changed keymap to only treat `left alt` as `alt` modkey
rxi
2019-12-28
Initial commit
rxi