-
+
- + + M + + + +
- + + V + + + +
- + + C + + + +
- + + R + + + +
- + + T + + + +
- + + D + + + +
- + + F + + + +
- + + ? + + + +
- + + 0 + + + +
- + + 1-9 + + + +
diff --git a/Makefile b/Makefile index 7d945eb01f..51dc88acf0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BROWSERIFY = ./node_modules/.bin/browserify UGLIFYJS = ./node_modules/.bin/uglifyjs EXORCIST = ./node_modules/.bin/exorcist CLEANCSS = ./node_modules/.bin/cleancss -CSS_FILES = font.css toastr.css main.css overlay.css videolayout_default.css font-awesome.css jquery-impromptu.css modaldialog.css notice.css popup_menu.css login_menu.css popover.css jitsi_popover.css contact_list.css chat.css welcome_page.css settingsmenu.css feedback.css jquery.contextMenu.css +CSS_FILES = font.css toastr.css main.css overlay.css videolayout_default.css font-awesome.css jquery-impromptu.css modaldialog.css notice.css popup_menu.css login_menu.css popover.css jitsi_popover.css contact_list.css chat.css welcome_page.css settingsmenu.css feedback.css jquery.contextMenu.css keyboard-shortcuts.css DEPLOY_DIR = libs BROWSERIFY_FLAGS = -d OUTPUT_DIR = . diff --git a/css/keyboard-shortcuts.css b/css/keyboard-shortcuts.css new file mode 100644 index 0000000000..4d53ed4c5e --- /dev/null +++ b/css/keyboard-shortcuts.css @@ -0,0 +1,54 @@ +#keyboard-shortcuts { + display: none; + position: absolute; + bottom: 20px; + left: 20px; + overflow: hidden; + z-index: 1; + opacity: .85; + border-top-left-radius: 15px; + border-top-right-radius: 15px; + border-bottom-right-radius: 15px; + border-bottom-left-radius: 15px; + background-color: rgb(0, 0, 0); + background-image: none; + background-repeat: repeat; + background-attachment: scroll; + background-position: 0px center; + background-clip: border-box; + background-origin: padding-box; + background-size: auto auto; +} + +#keyboard-shortcuts.header { + font-size: 15pt; +} + +#keyboard-shortcuts.content { + font-size: 10pt; + color: #ffffff; +} + +#keyboard-shortcuts.item { + color: #ffffff; + font-size: 10pt; +} +#keyboard-shortcuts.item-details { + color: #ffffff; + font-size: 10pt; +} + +#keyboard-shortcuts.item-action { + color: #ffffff; + font-size: 10pt; +} + +#keyboard-shortcuts.item-description { + color: #ffffff; + font-size: 10pt; +} + +#keyboard-shortcuts.regular-key { + color: #ffffff; + font-size: 10pt; +} diff --git a/index.html b/index.html index b05cf32a30..62c6ebdec6 100644 --- a/index.html +++ b/index.html @@ -279,5 +279,72 @@ +