summaryrefslogtreecommitdiff
path: root/qutebrowser/keyinput/macros.py
AgeCommit message (Collapse)Author
2021-03-11Revert "Add deprecated aliases for renamed commands"Florian Bruhin
This reverts commit 8976e6850317881ed1aebed55a273e73c17a50bd.
2021-01-27Add deprecated aliases for renamed commandsFlorian Bruhin
See #6022, #6071
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
Closes #6015
2021-01-20Rename :run-macro and :record-macroFlorian Bruhin
See #6022
2020-10-28mypy: use from-import style for typingTim Brown
Update files in `keyinput`, `mainwindow`, and `misc`. See #5396
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-14Fix mypy issuesFlorian Bruhin
2019-10-13Set command_only=True for macro-recorderFlorian Bruhin
See #640
2019-10-09Add type annotations for keyinput.macrosFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-30Add cmdutils.Value instead of using count=True/win_id=TrueFlorian Bruhin
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-09-30Repeat last run macro with @@Florian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2016-11-09Further cleanupJan Verbeek
2016-11-09Improve macro code style, info messagesJan Verbeek
2016-10-20Move keyboard macro system to MacroRecorder objectJan Verbeek