Hi Brian,
There is a small mistake in the syntax in that you do not need quotes around the SKILL expressions that are getting the library and cell names, so the code below should work (not tested):
hiSetBindKey("Layout" "Ctrl Alt Shift<key>1" "win1=hiCreateWindow('((0 248) (1410 1175)) \"graphics\" \"schematic_win\" \"\" t)
geOpen(?window win1 ?lib geGetEditCellView()~>libName ?cell geGetEditCellView()~>cellName ?view \"schematic\" ?mode \"r\")
hiResizeWindow(win1 list(0:248 1410:1175))"
)
Also note that since you want to open the schematic for the layout, I fixed the last argument as "schematic".
Regards,
Lawrence.