Keyboard Click Configuration
Option 1 - If you extend the two theme (keyboard clicks already enabled in parent theme so no additional setting required):
start_at = my_location
start_theme = my_theme locations { my_location : location "You are in a room." ;
} themes {
my_theme : theme {
extends = two
theme_settings {
keyboard_click_pattern = 3, 3
}
}
}
Option 2 - If you don't extend the two theme (keyboard clicks need to be set on as off by default),
start_at = my_location
start_theme = my_theme locations {
my_location : location "You are in a room." ;
} themes {
my_theme : theme {
theme_settings {
keyboard_click = on
keyboard_click_pattern = 3, 3
}
}
}