@@ -232,19 +232,19 @@ <h3>Instructions</h3>
232232
233233
234234keybindings
235- ctrl + o Open a file
236- ctrl + b Build and run the current file
237- ctrl + s Save the current file
238- ctrl + n Open a new editor window
239- ctrl + i Open settings
240- ctrl + p Export the preview window as PDF
241- ctrl + t Open a hello world tamplate for the current language
242- ctrl + m Evaluate a mathematical equation on the selected line
243- ctrl + , Open editor settings
244- ctrl + shift + b Beautify the document
245- ctrl + shift + s Save the current document as new file
246- ctrl + shift + x Open/close terminal panel
247- ctrl + shift + t Open/close preview panel
235+ [ ctrl/cmd] + o Open a file
236+ [ ctrl/cmd] + b Build and run the current file
237+ [ ctrl/cmd] + s Save the current file
238+ [ ctrl/cmd] + n Open a new editor window
239+ [ ctrl/cmd] + i Open settings
240+ [ ctrl/cmd] + p Export the preview window as PDF
241+ [ ctrl/cmd] + t Open a hello world tamplate for the current language
242+ [ ctrl/cmd] + m Evaluate a mathematical equation on the selected line
243+ [ ctrl/cmd] + , Open editor settings
244+ [ ctrl/cmd] + shift + b Beautify the document
245+ [ ctrl/cmd] + shift + s Save the current document as new file
246+ [ ctrl/cmd] + shift + x Open/close terminal panel
247+ [ ctrl/cmd] + shift + t Open/close preview panel
248248</ pre >
249249 </ div >
250250 </ div >
@@ -263,7 +263,7 @@ <h3>Instructions</h3>
263263 const root_url = "https://github.com/Haeri/monolith-code/releases/latest/download" ;
264264
265265 document . getElementById ( "download-win" ) . href = `${ root_url } /monolith-code-Setup-${ version } .exe` ;
266- document . getElementById ( "download-mac" ) . href = `${ root_url } /monolith-code-${ version } -mac.zip` ;
266+ document . getElementById ( "download-mac" ) . href = `${ root_url } /monolith-code-${ version } -arm64- mac.zip` ;
267267 document . getElementById ( "download-linux" ) . href = `${ root_url } /monolith-code-${ version } .AppImage` ;
268268 } ) ;
269269 }
0 commit comments