mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-17 16:48:33 +00:00
comms app meta/cmd key support
This commit is contained in:
parent
b246baf455
commit
97b50c3514
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user