Comment keyboard shortcuts

BDD file with acceptance criteria for comment keyboard shortcuts
Feature: As a user I want use keyboard shortcuts for comments

Scenario: Using keyboard shortcuts
 Given  I have the comments sidebar open or closed
 And  I press A on my keyboard
 Then  I will be able to add an annotation

Scenario: Using keyboard shortcuts
 Given  I have the comments sidebar open or closed
 And  I press > on my keyboard
 Then  I will navigate to the next screen in my project

Scenario: Using keyboard shortcuts
 Given  I have the comments sidebar open or closed
 And  I press < on my keyboard
 Then  I will navigate to the previous screen in my project

Scenario: Using keyboard shortcuts
 Given  I have the comments sidebar open
 And  I press esc on my keyboard
 Then  the comment sidebar will close