mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
devdraw: use %R not Fn-F3 for retina toggle
R=rsc http://codereview.appspot.com/6854093
This commit is contained in:
parent
55905845f3
commit
ffaaaf9dae
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ keystroke(int c)
|
|||
nk = 0;
|
||||
return;
|
||||
}
|
||||
if(c == KF+3) {
|
||||
if(c == Kcmd+'r') {
|
||||
if(forcedpi)
|
||||
forcedpi = 0;
|
||||
else if(displaydpi >= 200)
|
||||
|
|
Loading…
Reference in a new issue