我的笔记本的音量调节是滚轮式的,拨一下会产生很多按键事件,因此音量增大或者减小很多,非常不爽。今天网上搜了一下,只需要改一个gconf键值:
/apps/gnome_settings_daemon/volume_step
原来是6,改成2比较适合我。
There's a volume wheel on my notebook, one touch would make a number of keypress event, therefore the volume will be enlarged or reduced too much, which is very annoying. After spending some time on searching, I found the corresponding gconf key:
/apps/gnome_settings_daemon/volume_step
The default value was 6, changing it to 2 is good for me.
/apps/gnome_settings_daemon/volume_step
原来是6,改成2比较适合我。
There's a volume wheel on my notebook, one touch would make a number of keypress event, therefore the volume will be enlarged or reduced too much, which is very annoying. After spending some time on searching, I found the corresponding gconf key:
/apps/gnome_settings_daemon/volume_step
The default value was 6, changing it to 2 is good for me.
Comments