diff --git a/distribution/copy-dist.sh b/distribution/copy-dist.sh index 10edb156..ff1260f9 100755 --- a/distribution/copy-dist.sh +++ b/distribution/copy-dist.sh @@ -9,12 +9,12 @@ SERVER_DOWNLOAD_DIR=/var/www/wisemapping.org/stable WISE_BIN_FILE_NAME=wisemapping-${WISE_VERSION}.zip WISE_BIN_FILE_PATH=./target/${WISE_BIN_FILE_NAME} -WISE_SRC_FILE_NAME=wisemapping-${WISE_VERSION}-src.tar.gz -WISE_SRC_FILE_PATH=./target/${WISE_SRC_FILE_NAME} +#WISE_SRC_FILE_NAME=wisemapping-${WISE_VERSION}-src.tar.gz +#WISE_SRC_FILE_PATH=./target/${WISE_SRC_FILE_NAME} -scp ${WISE_SRC_FILE_PATH} thecrow@wisemapping.com:${SERVER_DOWNLOAD_DIR}/ +#scp ${WISE_SRC_FILE_PATH} thecrow@wisemapping.com:${SERVER_DOWNLOAD_DIR}/ scp ${WISE_BIN_FILE_PATH} thecrow@wisemapping.com:${SERVER_DOWNLOAD_DIR} # It's there ? wget -S http://downloads.wisemapping.org/stable/${WISE_BIN_FILE_NAME} -wget -S http://downloads.wisemapping.org/stable/${WISE_SRC_FILE_NAME} +#wget -S http://downloads.wisemapping.org/stable/${WISE_SRC_FILE_NAME} diff --git a/mindplot/resources/messages_en.properties b/mindplot/resources/messages_en.properties index 53b6fe60..6217c065 100644 --- a/mindplot/resources/messages_en.properties +++ b/mindplot/resources/messages_en.properties @@ -13,8 +13,6 @@ FONT_FAMILY=Font Type FONT_SIZE=Text Size FONT_BOLD=Text Bold FONT_ITALIC=Text Italic -UNDO_EDITION=Undo Edition -REDO_EDITION=Redo Edition UNDO=Undo REDO=Redo INSERT=Insert diff --git a/mindplot/resources/messages_es.properties b/mindplot/resources/messages_es.properties index a300d913..d5bd061d 100644 --- a/mindplot/resources/messages_es.properties +++ b/mindplot/resources/messages_es.properties @@ -20,8 +20,6 @@ FONT_BOLD=Negrita FONT_ITALIC=Italica FONT_COLOR=Color de Texto -UNDO_EDITION=Undo Edition -REDO_EDITION=Redo Edition UNDO=Rehacer NOTE=Nota LOADING=Cargando ... diff --git a/mindplot/src/main/javascript/widget/Menu.js b/mindplot/src/main/javascript/widget/Menu.js index 1facb287..bfb7ea16 100644 --- a/mindplot/src/main/javascript/widget/Menu.js +++ b/mindplot/src/main/javascript/widget/Menu.js @@ -211,7 +211,7 @@ mindplot.widget.Menu = new Class({ {'class':'modalDialog exportModalDialog', closeButton:true, destroyOnClose:true, - title: $msg('EXPORT') + title:$msg('EXPORT') }); reqDialog.setRequestOptions({ onRequest:function () { @@ -405,6 +405,28 @@ mindplot.widget.Menu = new Class({ } this._registerEvents(designer); + + // Keyboard Shortcuts Action ... + var keyboardShortcut = $('keyboardShortcuts'); + if (keyboardShortcut) { + + keyboardShortcut.addEvent('click', function (event) { + var reqDialog = new MooDialog.Request('c/keyboard', null, + {'class':'modalDialog keyboardModalDialog', + closeButton:true, + destroyOnClose:true, + title:$msg('SHORTCUTS') + }); + reqDialog.setRequestOptions({ + onRequest:function () { + reqDialog.setContent($msg('LOADING')); + } + }); + MooDialog.Request.active = reqDialog; + event.preventDefault(); + }); + } + }, _registerEvents:function (designer) { diff --git a/wise-editor/src/main/webapp/icons/legacy/mac-metaKey.png b/wise-editor/src/main/webapp/icons/legacy/mac-metaKey.png deleted file mode 100644 index 63579a46..00000000 Binary files a/wise-editor/src/main/webapp/icons/legacy/mac-metaKey.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/WEB-INF/classes/messages_en.properties b/wise-webapp/src/main/webapp/WEB-INF/classes/messages_en.properties index 3036f27b..fa20c5fa 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/classes/messages_en.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/classes/messages_en.properties @@ -184,3 +184,22 @@ SHOW_REGISTERS=Show _MENU_ entries LOADING=Loading ... NO_MATCHING_FOUND=No matching records found TABLE_ROWS=\ _START_-_END_ of _TOTAL_ +ACTION=Action +CREATE_SIBLING_TOPIC=Create Sibling Topic +CREATE_CHILD_TOPIC=Create Child Topic +DELETE_TOPIC=Delete Topic +EDIT_TOPIC_TEXT=Edit Topic Text +JUST_START_TYPING=Just start typing +CANCEL_TEXT_CHANGES=Cancel Text Changes +TOPIC_NAVIGATION=Topic Navigation +ARROW_KEYS=Arrow Keys +SELECT_MULTIPLE_NODES=Select Multiple Nodes +UNDO_EDITION=Undo Edition +REDO_EDITION=Redo Edition +SELECT_ALL_TOPIC=Select All Topic +CHANGE_TEXT_BOLD=Change Text Bold Type +SAVE_CHANGES=Save Chages +CHANGE_TEXT_ITALIC=Change Text Italic +DESELECT_ALL_TOPIC=Deselect All Topic +SHORTCUTS=Shortcuts + diff --git a/wise-webapp/src/main/webapp/WEB-INF/classes/messages_es.properties b/wise-webapp/src/main/webapp/WEB-INF/classes/messages_es.properties index f3cfed20..0b624ead 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/classes/messages_es.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/classes/messages_es.properties @@ -143,7 +143,7 @@ WARNING=Cuidado DELETE_MAPS_WARNING=Una vez borrado de un mapa no puede ser recuperado. Desea continuar ? WHAT_IS_NEW=Novedades WHAT_IS_NEW_DETAILS=
Action | -Windows - Linux | -OS X | -
---|---|---|
Windows - Linux | +Mac OS X | +|
Create Sibling Node | -Enter | -Enter | -
Create Child Node | -Insert | -+Enter | -
Delete Child Node | -Delete | -Delete | -
Edit Node Text | -Just start typing | F2 | -Just start typing | F2 | -
Cancel Text Changes | -Esc | -Esc | -
Collapse / Extend Node | -Space Bar | -Space Bar | -
Node Navigation | -Arrow Keys | -Arrow Keys | -
Select Multiple Nodes | -Ctrl+click | -Ctrl+click | -
Undo Edition | -Ctrl+z | -+z | -
Redo Edition | -Ctrl+Shift+z | -+Shift+z | -
Ctrl + s | +⌘ + s | +|
Enter | +Enter | +|
Insert | +⌘ + Enter | +|
Delete | +Delete | +|
Ctrl + Mouse Click | +Ctrl + Mouse Click | +|
Ctrl + z | +⌘ + z | +|
Ctrl + Shift + z | +⌘ + Shift + z | +|
Ctrl + a | +⌘ + a | +|
Esc | +Esc | +|
Ctrl + Shift + a | +⌘ + Shift + a | +|
Ctrl + i | +⌘ + i | +|
Ctrl + b | +⌘ + b | +