|  | @@ -170,7 +170,7 @@ Mousetrap.bind('space', evt => {
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  });
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -Mousetrap.bind('c', evt => {
 | 
	
		
			
				|  |  | +Mousetrap.bind('-', evt => {
 | 
	
		
			
				|  |  |    const cardId = getSelectedCardId();
 | 
	
		
			
				|  |  |    if (!cardId) {
 | 
	
		
			
				|  |  |      return;
 | 
	
	
		
			
				|  | @@ -261,7 +261,7 @@ Template.keyboardShortcuts.helpers({
 | 
	
		
			
				|  |  |        action: 'shortcut-assign-self',
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  | -      keys: ['c'],
 | 
	
		
			
				|  |  | +      keys: ['-'],
 | 
	
		
			
				|  |  |        action: 'archive-card',
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      {
 |