-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5902 from cnash/develop
[NEW] Adds a Keyboard Shortcut option to the flextab
- Loading branch information
Showing
6 changed files
with
82 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
packages/rocketchat-ui-flextab/client/tabs/keyboardShortcuts.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<template name="keyboardShortcuts"> | ||
<div class="content"> | ||
<div class="title"><h2>{{_ "Keyboard_Shortcuts_Title"}}</h2></div> | ||
|
||
<div class="section"> | ||
<h2>{{_ "Keyboard_Shortcuts_Open_Channel_Slash_User_Search"}}</h2> | ||
<hr /> | ||
<div>{{{_ "Keyboard_Shortcuts_Keys_1"}}}</div> | ||
</div> | ||
|
||
<div class="section"> | ||
<h2>{{_ "Keyboard_Shortcuts_Edit_Previous_Message"}}</h2> | ||
<hr /> | ||
<div>{{{_ "Keyboard_Shortcuts_Keys_2"}}}</div> | ||
</div> | ||
|
||
<div class="section"> | ||
<h2>{{_ "Keyboard_Shortcuts_Move_To_Beginning_Of_Message"}}</h2> | ||
<hr /> | ||
<div>{{{_ "Keyboard_Shortcuts_Keys_3"}}}</div> | ||
</div> | ||
|
||
<div class="section"> | ||
<h2>{{_ "Keyboard_Shortcuts_Move_To_Beginning_Of_Message"}}</h2> | ||
<hr /> | ||
<div>{{{_ "Keyboard_Shortcuts_Keys_4"}}}</div> | ||
</div> | ||
|
||
<div class="section"> | ||
<h2>{{_ "Keyboard_Shortcuts_Move_To_End_Of_Message"}}</h2> | ||
<hr /> | ||
<div>{{{_ "Keyboard_Shortcuts_Keys_5"}}}</div> | ||
</div> | ||
|
||
<div class="section"> | ||
<h2>{{_ "Keyboard_Shortcuts_Move_To_End_Of_Message"}}</h2> | ||
<hr /> | ||
<div>{{{_ "Keyboard_Shortcuts_Keys_6"}}}</div> | ||
</div> | ||
|
||
<div class="section"> | ||
<h2>{{_ "Keyboard_Shortcuts_New_Line_In_Message"}}</h2> | ||
<hr /> | ||
<div>{{{_ "Keyboard_Shortcuts_Keys_7"}}}</div> | ||
</div> | ||
|
||
</div> <!-- content --> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.