Keyboard shortcuts to increase or decrease easily a color value in the Chrome Dev Tools :
to increase use
ARROW_UP
, to decrease useARROW_DOWN
To increase the two hexadecimals on the right:
ARROW_UP
-
ARROW_UP
+ALT
To increment the middle two hexadecimals:
-
ARROW_UP
+SHIFT
To increment the left two hexadecimals:
-
ARROW_UP
+CTRL
To increment all hexadecimals:
-
ARROW_UP
+CTRL
+SHIFT
+ALT
Top comments (1)
This is a handy little tip, I didn't know about this one! Thanks.