Buenas noches,
Me gustaría acceder rápidamente al monitor de sistema Ubuntu con una combinación de teclas como Ctrl+Alt+Supr, ¿sería posible?
un saludo.
¿Forma de asignar una acceso rápido al monitor de sistema de Ubuntu?
Iniciado por
Valerio Cabanillas
, jul 17 2013 23:26
#1 AUTOR PREGUNTA
Preguntas Similares
Esto también te interesa!
#2
Publicado 04 agosto 2013 - 17:07
Abre una ventana de terminal y luego escribe:
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "<Control><Alt>Delete"
Luego escribe el siguiente comando y listo, al pulsar la combinación se abrirá el monitor de sistema
gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "<Control><Alt>Delete"
Luego escribe el siguiente comando y listo, al pulsar la combinación se abrirá el monitor de sistema
gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"
#3 AUTOR PREGUNTA
Publicado 04 agosto 2013 - 17:27
Muchas gracias Miguel.