This might be a long shot and not possible but I had the idea and thought I'd ask.
I am using Bootstrap and have the below button which shows a login modal for users.
<!-- Button trigger modal -->
<div class="btn-group">
<button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#Modal">
Login
</button>
</div>
Is it possible that if a keyboard key is held down whilst this button is pressed then it would show another modal, for example data-toggle="modal" data-target="#AdminModal">
?