Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Aug 11, 2024
1 parent 7dc9470 commit ea255da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Scripts/install-reaper-keys.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- @description reaper-keys: map keystroke combinations to actions like in vim
-- @version 2.0.0-a5
-- @version 2.0.0-a6
-- @author gwatcha
-- @links
-- GitHub repository https://github.com/gwatcha/reaper-keys
Expand Down
5 changes: 2 additions & 3 deletions internal/state_machine/state_machine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local handleCommand = require('command.handler')
local getPossibleFutureEntries = require('command.completer')
local config = require 'definitions.config'.general
local actions = require 'definitions.actions'
local log = require'utils.log'
local log = require 'utils.log'
local format = require('utils.format')
local feedback = require('gui.feedback.controller')

Expand Down Expand Up @@ -45,8 +45,7 @@ local function step(state, key_press)
return new_state
end

local new_keys = new_state.key_sequence
log.info("New key sequence: ", new_keys)
log.info("New key sequence: ", new_state.key_sequence)
local command = buildCommand(new_state)
if command then
log.trace("Command built: ", format.block(command))
Expand Down

0 comments on commit ea255da

Please # to comment.