mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Update shortcuts modal and documentation with reaction hotkeys.
This commit is contained in:
		@@ -93,3 +93,8 @@ Zulip keyboard shortcuts are divided into four categories:
 | 
			
		||||
  message.
 | 
			
		||||
* **Show the keyboard shortcuts**: `?` - This shortcut makes a modal
 | 
			
		||||
  window with a guide to all possible keyboard shortcuts appear.
 | 
			
		||||
* **Open reaction popover menu**: `:` - This shortcut shows the
 | 
			
		||||
  reaction popover menu of the selected message (outlined in blue).
 | 
			
		||||
* **React to selected message with +1**: `+` - This shortcut allows
 | 
			
		||||
  you to react to the selected message (outlined in blue) with the
 | 
			
		||||
  +1 (thumbs up) emoji.
 | 
			
		||||
 
 | 
			
		||||
@@ -142,6 +142,20 @@
 | 
			
		||||
          <td class="hotkey">?</td>
 | 
			
		||||
          <td class="definition">{% trans %}Show these keyboard shortcuts{% endtrans %}</td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
          <td class="hotkey">:</td>
 | 
			
		||||
          <td class="definition">{% trans %}Open reactions menu{% endtrans %}</td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
          <td class="hotkey">+</td>
 | 
			
		||||
          <td class="definition">
 | 
			
		||||
            <img alt=":thumbs_up:"
 | 
			
		||||
                 class="emoji"
 | 
			
		||||
                 src="/static/generated/emoji/images/emoji/unicode/1f44d.png"
 | 
			
		||||
                 title=":thumbs_up:"/>
 | 
			
		||||
            {% trans %}selected message{% endtrans %}
 | 
			
		||||
          </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
      </table>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user