comms app meta/cmd key support

This commit is contained in:
steveseguin 2023-03-26 17:06:52 -04:00
parent b246baf455
commit 97b50c3514

View File

@ -2080,7 +2080,7 @@
group.appendChild(name);
name.groupID = groupID;
name.onclick = function(e){
if (e.ctrlKey){
if (e.ctrlKey || e.metaKey){
var nn = prompt("Rename this group", this.groupID);
if (this.groupID == nn){
name.innerHTML = "group: "+nn;